<?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[Add unicode codepoint to newly added glyph.ss01 …]]></title><description><![CDATA[<p dir="auto">Dear Robofont users,</p>
<p dir="auto">I’m currently working on the first font in Robofont … I created some new glyphs, A–Z and 0–9 for stylistic sets 01, 02, and 03 …</p>
<p dir="auto">I’d like to ask, how can I assign those glyphs a unicode codepoint?</p>
<p dir="auto">And would e.g. <code>A.ss01</code> get the same unicode codepoint as <code>A</code>? (I think so, but I’m not completely sure …)</p>
<p dir="auto">Thank you so much!</p>
]]></description><link>https://forum.robofont.com/topic/520/add-unicode-codepoint-to-newly-added-glyph-ss01</link><generator>RSS for Node</generator><lastBuildDate>Thu, 05 Mar 2026 21:04:42 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/520.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Oct 2018 16:36:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Add unicode codepoint to newly added glyph.ss01 … on Fri, 12 Oct 2018 10:29:13 GMT]]></title><description><![CDATA[<p dir="auto">Dear Robofont users,</p>
<p dir="auto">I’m currently working on the first font in Robofont … I created some new glyphs, A–Z and 0–9 for stylistic sets 01, 02, and 03 …</p>
<p dir="auto">I’d like to ask, how can I assign those glyphs a unicode codepoint?</p>
<p dir="auto">And would e.g. <code>A.ss01</code> get the same unicode codepoint as <code>A</code>? (I think so, but I’m not completely sure …)</p>
<p dir="auto">Thank you so much!</p>
]]></description><link>https://forum.robofont.com/post/1754</link><guid isPermaLink="true">https://forum.robofont.com/post/1754</guid><dc:creator><![CDATA[fooness]]></dc:creator><pubDate>Fri, 12 Oct 2018 10:29:13 GMT</pubDate></item><item><title><![CDATA[Reply to Add unicode codepoint to newly added glyph.ss01 … on Fri, 12 Oct 2018 10:30:58 GMT]]></title><description><![CDATA[<p dir="auto">Why would an alternate version get a unicode value?</p>
<p dir="auto">It’s not allowed to provide two glyphs with the same unicode value. Thinking from a typesetting point of view: which one should it take?</p>
<p dir="auto">I would recommend you to write an OpenType feature to switch the <code>A</code> to the alternate <code>A.ss01</code> in InDesign:</p>
<pre><code>feature ss01 {
    sub A by A.ss01;
    # ...
} ss01;
</code></pre>
]]></description><link>https://forum.robofont.com/post/1757</link><guid isPermaLink="true">https://forum.robofont.com/post/1757</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 12 Oct 2018 10:30:58 GMT</pubDate></item><item><title><![CDATA[Reply to Add unicode codepoint to newly added glyph.ss01 … on Fri, 12 Oct 2018 12:58:10 GMT]]></title><description><![CDATA[<p dir="auto">Dear Frederik,</p>
<p dir="auto">thank you for your answer!</p>
<blockquote>
<p dir="auto">Why would an alternate version get a unicode value?<br />
It’s not allowed to provide two glyphs with the same unicode value. Thinking from a typesetting point of view: which one should it take?</p>
</blockquote>
<p dir="auto">I see, so … there’s no problem here, but it’s actually right that the alternates named e.g. <code>A.alt</code> or <code>A.ss01</code> don’t have the same unicode value as <code>A</code> itself … thank you for clarifying this.</p>
<blockquote>
<p dir="auto">I would recommend you to write an OpenType feature to switch the A to the alternate A.ss01 in InDesign:</p>
</blockquote>
<p dir="auto">I see! So it seems I’ll try to read the Robofont <a href="http://robofont.com/documentation/workspace/features-editor/" rel="nofollow">page on features</a> and the <a href="https://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html" rel="nofollow">documentation from Adobe</a> and then I can hopefully figure out what to write in that feature file as now it’s completely empty.</p>
<p dir="auto">I mean, maybe this feature files <strong>needs</strong> to have lines like the following:</p>
<pre><code> # Script and language coverage
 languagesystem DFLT dflt;
 languagesystem latn dflt;
</code></pre>
<p dir="auto">And afterwards I could manually add what you proposed for A–Z and 0–9 in ss01, ss02, and ss03.</p>
<pre><code>feature ss01 {
    sub A by A.ss01;
    # ...
} ss01;
</code></pre>
<p dir="auto">I saw something like <code>A.alt</code> in some free and open source <code>.ufo</code> files and was wondering what it is, i.e. why would I write <code>.alt</code> instead of some styleset like <code>.ss01</code> …</p>
<p dir="auto">EDIT:</p>
<p dir="auto">I just discovered <a href="https://ilovetypography.com/OpenType/opentype-features.html" rel="nofollow">an article about opentype features on i love typography dot com</a> which lists features like <code>aalt</code> “All alternates“, <code>calt</code> “Contextual alternates“, <code>salt</code> “Stylistic alternates”, et cetera (which I already know from CSS).</p>
<p dir="auto">So I think for another stylistic version of the figures 0–9, <code>salt</code> would be a kinda semantically correct feature name.</p>
]]></description><link>https://forum.robofont.com/post/1763</link><guid isPermaLink="true">https://forum.robofont.com/post/1763</guid><dc:creator><![CDATA[fooness]]></dc:creator><pubDate>Fri, 12 Oct 2018 12:58:10 GMT</pubDate></item></channel></rss>