<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[a way to access “skipExportGlyphs” list in the RFont object]]></title><description><![CDATA[<p dir="auto">Hey Guys,<br />
What is the best way to programmatically access and edit the skipExportGlyphs list for the CurrentFont?</p>
<p dir="auto">Best,<br />
R</p>
]]></description><link>https://forum.robofont.com/topic/791/a-way-to-access-skipexportglyphs-list-in-the-rfont-object</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 10:27:09 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/791.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Jan 2020 15:53:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to a way to access “skipExportGlyphs” list in the RFont object on Mon, 20 Jan 2020 17:23:05 GMT]]></title><description><![CDATA[<p dir="auto">Hey Guys,<br />
What is the best way to programmatically access and edit the skipExportGlyphs list for the CurrentFont?</p>
<p dir="auto">Best,<br />
R</p>
]]></description><link>https://forum.robofont.com/post/3008</link><guid isPermaLink="true">https://forum.robofont.com/post/3008</guid><dc:creator><![CDATA[RafaŁ Buchner]]></dc:creator><pubDate>Mon, 20 Jan 2020 17:23:05 GMT</pubDate></item><item><title><![CDATA[Reply to a way to access “skipExportGlyphs” list in the RFont object on Mon, 20 Jan 2020 17:22:09 GMT]]></title><description><![CDATA[<p dir="auto">hello <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/207">@RafaŁ-Buchner</a>,</p>
<p dir="auto">here’s an example script:</p>
<pre><code class="language-python">f = CurrentFont()

# set skipExportGlyphs
f.lib['public.skipExportGlyphs'] = ['a', 'b', 'c', 'd', 'e']

# get skipExportGlyphs
print(f.lib['public.skipExportGlyphs'])
</code></pre>
<p dir="auto">cheers!</p>
]]></description><link>https://forum.robofont.com/post/3009</link><guid isPermaLink="true">https://forum.robofont.com/post/3009</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Mon, 20 Jan 2020 17:22:09 GMT</pubDate></item><item><title><![CDATA[Reply to a way to access “skipExportGlyphs” list in the RFont object on Mon, 20 Jan 2020 20:40:10 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/22">@gferreira</a>!</p>
]]></description><link>https://forum.robofont.com/post/3010</link><guid isPermaLink="true">https://forum.robofont.com/post/3010</guid><dc:creator><![CDATA[RafaŁ Buchner]]></dc:creator><pubDate>Mon, 20 Jan 2020 20:40:10 GMT</pubDate></item></channel></rss>