<?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[Space Center is mixing suffixes and not responding to suffix changes.]]></title><description><![CDATA[<p dir="auto"><em>I'm in Robofont Version 3.0 (built 1803062007).</em></p>
<p dir="auto">I have duplicated glyphs, given them new suffixes such as <code>.alt1</code>, <code>.alt2</code>, etc, and have been using these to view design differences in the space center.</p>
<p dir="auto">However, I am now facing a confusing issue: the Space Center is now displaying glyphs with mixed suffixes – even when I set the suffix to "None" or something specific.</p>
<p dir="auto">As a simple example, here's an instance where the suffix is set to "None" but the space center displays <code>a.alt7</code> and <code>q.alt6</code>. This is confusing, as <code>a</code> and <code>q</code> gyphs exist with no suffix.<br />
<img src="/assets/uploads/files/1524829231067-ccdffd3f-817f-4cbf-94eb-a95d894e7c94-image-resized.png" alt="0_1524829229343_ccdffd3f-817f-4cbf-94eb-a95d894e7c94-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">And here's an instance where the suffix is set to <code>.alt2</code> but the result shows gyphs with three different suffixes.<br />
<img src="/assets/uploads/files/1524829162159-e0699250-893c-4327-b047-e8589214fda8-image-resized.png" alt="0_1524829160730_e0699250-893c-4327-b047-e8589214fda8-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">This behavior persists even when I quit and reopen Robofont, and gives no messages in the Output Window.</p>
<p dir="auto">Thanks for any help in solving this confusing issue!</p>
]]></description><link>https://forum.robofont.com/topic/472/space-center-is-mixing-suffixes-and-not-responding-to-suffix-changes</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 11:54:45 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/472.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 Apr 2018 11:44:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Space Center is mixing suffixes and not responding to suffix changes. on Mon, 07 May 2018 12:25:47 GMT]]></title><description><![CDATA[<p dir="auto"><em>I'm in Robofont Version 3.0 (built 1803062007).</em></p>
<p dir="auto">I have duplicated glyphs, given them new suffixes such as <code>.alt1</code>, <code>.alt2</code>, etc, and have been using these to view design differences in the space center.</p>
<p dir="auto">However, I am now facing a confusing issue: the Space Center is now displaying glyphs with mixed suffixes – even when I set the suffix to "None" or something specific.</p>
<p dir="auto">As a simple example, here's an instance where the suffix is set to "None" but the space center displays <code>a.alt7</code> and <code>q.alt6</code>. This is confusing, as <code>a</code> and <code>q</code> gyphs exist with no suffix.<br />
<img src="/assets/uploads/files/1524829231067-ccdffd3f-817f-4cbf-94eb-a95d894e7c94-image-resized.png" alt="0_1524829229343_ccdffd3f-817f-4cbf-94eb-a95d894e7c94-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">And here's an instance where the suffix is set to <code>.alt2</code> but the result shows gyphs with three different suffixes.<br />
<img src="/assets/uploads/files/1524829162159-e0699250-893c-4327-b047-e8589214fda8-image-resized.png" alt="0_1524829160730_e0699250-893c-4327-b047-e8589214fda8-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">This behavior persists even when I quit and reopen Robofont, and gives no messages in the Output Window.</p>
<p dir="auto">Thanks for any help in solving this confusing issue!</p>
]]></description><link>https://forum.robofont.com/post/1583</link><guid isPermaLink="true">https://forum.robofont.com/post/1583</guid><dc:creator><![CDATA[StephenNixon]]></dc:creator><pubDate>Mon, 07 May 2018 12:25:47 GMT</pubDate></item><item><title><![CDATA[Reply to Space Center is mixing suffixes and not responding to suffix changes. on Fri, 27 Apr 2018 14:53:45 GMT]]></title><description><![CDATA[<p dir="auto">I've found the fix to this specific problem in Space Center, though I'm still having issues with these fixes propagating to Superpolator.</p>
<p dir="auto">I noticed that the <code>.alt</code> glyphs that were messing up had unicode values, whereas the one that weren't only had unicode values in the base, non-suffixed, glyphs. So, I made a simple script to delete the unicode values from seleected glyphs:</p>
<pre><code>f= CurrentFont()
selection = f.selection

for g in selection:
    # print(f[g].unicodes) # if you want to see unicodes
    f[g].unicodes = "" # sets unicode list to empty
    # print(f[g].unicodes) # if you want to verify blank unicodes
</code></pre>
<p dir="auto">As for Superpolator, I realize that is a separate product, but it's odd that it's somehow preserved the previous versions – if anyone understands why, I'd be interested in knowing. The only way I could fix it there was duplicating my UFOs entirely, to a separate folder, and remaking a new Superpolator document entirely (simply replacing the UFO in question didn't address the issue).</p>
]]></description><link>https://forum.robofont.com/post/1584</link><guid isPermaLink="true">https://forum.robofont.com/post/1584</guid><dc:creator><![CDATA[StephenNixon]]></dc:creator><pubDate>Fri, 27 Apr 2018 14:53:45 GMT</pubDate></item><item><title><![CDATA[Reply to Space Center is mixing suffixes and not responding to suffix changes. on Mon, 07 May 2018 12:25:27 GMT]]></title><description><![CDATA[<p dir="auto">@ThunderNixon thanks for posting your solution here.</p>
<p dir="auto">just to be clear, in case someone else comes across this problem in the future:</p>
<p dir="auto"><strong>alternate glyphs should have no unicodes.</strong></p>
<p dir="auto">here are some articles/discussions in which this recommendation is mentioned:</p>
<ul>
<li><a href="http://ilovetypography.com/OpenType/opentype-features.html" rel="nofollow">An Introduction to OpenType substitution features: Naming your glyphs</a></li>
<li><a href="http://typedrawers.com/discussion/comment/34954" rel="nofollow">Code points for alternate glyphs</a></li>
</ul>
]]></description><link>https://forum.robofont.com/post/1588</link><guid isPermaLink="true">https://forum.robofont.com/post/1588</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Mon, 07 May 2018 12:25:27 GMT</pubDate></item><item><title><![CDATA[Reply to Space Center is mixing suffixes and not responding to suffix changes. on Tue, 08 May 2018 09:21:58 GMT]]></title><description><![CDATA[<p dir="auto">small improvement in resetting unicode in glyph:<br />
(dont use an empty string)</p>
<pre><code class="language-python"># remove the unicode for the glyph
glyph.unicode = None
</code></pre>
<pre><code class="language-python"># the same glyph can have multiple unicodes
glyph.unicodes =[]
</code></pre>
<p dir="auto">see <a href="http://robofont.com/documentation/building-tools/api/fontParts/rglyph/#RGlyph.unicode" rel="nofollow">http://robofont.com/documentation/building-tools/api/fontParts/rglyph/#RGlyph.unicode</a></p>
]]></description><link>https://forum.robofont.com/post/1589</link><guid isPermaLink="true">https://forum.robofont.com/post/1589</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 08 May 2018 09:21:58 GMT</pubDate></item><item><title><![CDATA[Reply to Space Center is mixing suffixes and not responding to suffix changes. on Fri, 11 May 2018 12:16:44 GMT]]></title><description><![CDATA[<p dir="auto">Awesome, thanks for the added clarifications and advice, <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/22">@gferreira</a> and <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/1">@frederik</a>!</p>
]]></description><link>https://forum.robofont.com/post/1591</link><guid isPermaLink="true">https://forum.robofont.com/post/1591</guid><dc:creator><![CDATA[StephenNixon]]></dc:creator><pubDate>Fri, 11 May 2018 12:16:44 GMT</pubDate></item></channel></rss>