<?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[Generate&#x2F;Compile only  in otf]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Is there a way to put only a given charset in the otf?<br />
Ben benieuwd!</p>
<p dir="auto">Thom</p>
]]></description><link>https://forum.robofont.com/topic/223/generate-compile-only-in-otf</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 13:52:50 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/223.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Jan 2013 12:55:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Generate&#x2F;Compile only  in otf on Tue, 02 Jan 2018 17:56:59 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Is there a way to put only a given charset in the otf?<br />
Ben benieuwd!</p>
<p dir="auto">Thom</p>
]]></description><link>https://forum.robofont.com/post/223</link><guid isPermaLink="true">https://forum.robofont.com/post/223</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Tue, 02 Jan 2018 17:56:59 GMT</pubDate></item><item><title><![CDATA[Reply to Generate&#x2F;Compile only  in otf on Wed, 23 Jan 2013 12:58:04 GMT]]></title><description><![CDATA[<p dir="auto">O! the title should be: Generate/Compile /less yourCharset/greater only in otf</p>
]]></description><link>https://forum.robofont.com/post/951</link><guid isPermaLink="true">https://forum.robofont.com/post/951</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Wed, 23 Jan 2013 12:58:04 GMT</pubDate></item><item><title><![CDATA[Reply to Generate&#x2F;Compile only  in otf on Tue, 02 Jan 2018 17:55:17 GMT]]></title><description><![CDATA[<p dir="auto">not automatically, mainly cause you have to deal with all the OT features (like kerning)</p>
]]></description><link>https://forum.robofont.com/post/953</link><guid isPermaLink="true">https://forum.robofont.com/post/953</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 02 Jan 2018 17:55:17 GMT</pubDate></item><item><title><![CDATA[Reply to Generate&#x2F;Compile only  in otf on Wed, 23 Jan 2013 13:24:12 GMT]]></title><description><![CDATA[<p dir="auto">I see. So it makes more sense to make more ufo's if you want specific charsets for your fonts?</p>
]]></description><link>https://forum.robofont.com/post/955</link><guid isPermaLink="true">https://forum.robofont.com/post/955</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Wed, 23 Jan 2013 13:24:12 GMT</pubDate></item><item><title><![CDATA[Reply to Generate&#x2F;Compile only  in otf on Wed, 23 Jan 2013 13:44:16 GMT]]></title><description><![CDATA[<p dir="auto">no, do this on the fly, make a script that extract only the glyph you need from a master UFO</p>
]]></description><link>https://forum.robofont.com/post/956</link><guid isPermaLink="true">https://forum.robofont.com/post/956</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Wed, 23 Jan 2013 13:44:16 GMT</pubDate></item><item><title><![CDATA[Reply to Generate&#x2F;Compile only  in otf on Wed, 23 Jan 2013 13:48:51 GMT]]></title><description><![CDATA[<p dir="auto">Okay! Can you give a tiny example of the script? Thanks!</p>
]]></description><link>https://forum.robofont.com/post/957</link><guid isPermaLink="true">https://forum.robofont.com/post/957</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Wed, 23 Jan 2013 13:48:51 GMT</pubDate></item><item><title><![CDATA[Reply to Generate&#x2F;Compile only  in otf on Tue, 02 Jan 2018 17:56:21 GMT]]></title><description><![CDATA[<p dir="auto">Like so?</p>
<pre><code class="language-python">familyName = 'Fam'
styleName = 'Style'
Latin1 = ['space', 'exclam', 'quotesingle', 'quotedbl', 'numbersign', 'dollar', 'percent', 'ampersand', 'parenleft', 'parenright', 'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash', 'zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question', 'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore', 'grave', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'braceleft', 'bar', 'braceright', 'asciitilde', 'exclamdown', 'cent', 'sterling', 'currency', 'yen', 'brokenbar', 'section', 'dieresis', 'copyright', 'ordfeminine', 'guillemotleft', 'logicalnot', 'registered', 'macron', 'degree', 'plusminus', 'twosuperior', 'threesuperior', 'acute', 'mu', 'paragraph', 'periodcentered', 'cedilla', 'onesuperior', 'ordmasculine', 'guillemotright', 'onequarter', 'onehalf', 'threequarters', 'questiondown', 'Agrave', 'Aacute', 'Acircumflex', 'Atilde', 'Adieresis', 'Aring', 'AE', 'Ccedilla', 'Egrave', 'Eacute', 'Ecircumflex', 'Edieresis', 'Igrave', 'Iacute', 'Icircumflex', 'Idieresis', 'Eth', 'Ntilde', 'Ograve', 'Oacute', 'Ocircumflex', 'Otilde', 'Odieresis', 'multiply', 'Oslash', 'Ugrave', 'Uacute', 'Ucircumflex', 'Udieresis', 'Yacute', 'Thorn', 'germandbls', 'agrave', 'aacute', 'acircumflex', 'atilde', 'adieresis', 'aring', 'ae', 'ccedilla', 'egrave', 'eacute', 'ecircumflex', 'edieresis', 'igrave', 'iacute', 'icircumflex', 'idieresis', 'eth', 'ntilde', 'ograve', 'oacute', 'ocircumflex', 'otilde', 'odieresis', 'divide', 'oslash', 'ugrave', 'uacute', 'ucircumflex', 'udieresis', 'yacute', 'thorn', 'ydieresis', 'dotlessi', 'circumflex', 'caron', 'breve', 'dotaccent', 'ring', 'ogonek', 'tilde', 'hungarumlaut', 'quoteleft', 'quoteright', 'minus']

newFont = NewFont(familyName=familyName, styleName=styleName, showUI=True)

master = RFont('/path/to/your.ufo', showUI=False)

for newGlyph in Latin1:
    exGlyph = master[newGlyph]
    newFont[newGlyph] = exGlyph
</code></pre>
]]></description><link>https://forum.robofont.com/post/958</link><guid isPermaLink="true">https://forum.robofont.com/post/958</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Tue, 02 Jan 2018 17:56:21 GMT</pubDate></item></channel></rss>