<?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[Retain glyph order after renaming glyphs]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Every time I rename some glyphs for some reason, glyph order changes after opening the UFO file. Is there any way that could make this possible to retain glyph order after renaming them without doing scripting?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.robofont.com/topic/289/retain-glyph-order-after-renaming-glyphs</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 18:53:52 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/289.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 23 Nov 2013 15:58:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Retain glyph order after renaming glyphs on Tue, 02 Jan 2018 22:09:10 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Every time I rename some glyphs for some reason, glyph order changes after opening the UFO file. Is there any way that could make this possible to retain glyph order after renaming them without doing scripting?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.robofont.com/post/289</link><guid isPermaLink="true">https://forum.robofont.com/post/289</guid><dc:creator><![CDATA[bahman]]></dc:creator><pubDate>Tue, 02 Jan 2018 22:09:10 GMT</pubDate></item><item><title><![CDATA[Reply to Retain glyph order after renaming glyphs on Tue, 26 Nov 2013 19:40:27 GMT]]></title><description><![CDATA[<p dir="auto">Adding a glyph will change the glyph order, cause the new glyph will also be added to the glyph order.</p>
<p dir="auto">If you have a completely different glyph order, you have the elaborate it a bit more.</p>
<p dir="auto">thanks!</p>
]]></description><link>https://forum.robofont.com/post/1127</link><guid isPermaLink="true">https://forum.robofont.com/post/1127</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 26 Nov 2013 19:40:27 GMT</pubDate></item><item><title><![CDATA[Reply to Retain glyph order after renaming glyphs on Thu, 28 Nov 2013 05:44:39 GMT]]></title><description><![CDATA[<p dir="auto">I'm developing an arabic font and I use arbitrary names for the glyphs. Anyway I used a text editor to order the glyphs and I used it as the character set to sort the glyphs. There is another feature which is bugging me is that when I add a glyph, there is a "sort glyphs" check box that every time I have uncheck it. Is there any way to make it unchecked forever?!</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.robofont.com/post/1128</link><guid isPermaLink="true">https://forum.robofont.com/post/1128</guid><dc:creator><![CDATA[bahman]]></dc:creator><pubDate>Thu, 28 Nov 2013 05:44:39 GMT</pubDate></item><item><title><![CDATA[Reply to Retain glyph order after renaming glyphs on Fri, 29 Nov 2013 08:14:55 GMT]]></title><description><![CDATA[<p dir="auto">What the "Sort Glyphs" checkbox does is performing a sort after the glyph is being added, if unchecked added glyphs will just be appended at the end.</p>
<p dir="auto">In the next update RF will remember which checkbox you have enabled….</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.robofont.com/post/1130</link><guid isPermaLink="true">https://forum.robofont.com/post/1130</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 29 Nov 2013 08:14:55 GMT</pubDate></item><item><title><![CDATA[Reply to Retain glyph order after renaming glyphs on Fri, 29 Nov 2013 08:22:11 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Fredrik, Another feature that I would love is ordering the glyphs manually by dragging them in the glyphs window. I like the glyphs organized when I work with the font, and during the font development I add some glyphs and ordering them manually is not easy. One question, Is there any data in the UFO file format that defines the glyph index of every glyph and make the glyph order sustainable? because adding and deleting glyphs changes the whole order of the glyphs.</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.robofont.com/post/1131</link><guid isPermaLink="true">https://forum.robofont.com/post/1131</guid><dc:creator><![CDATA[bahman]]></dc:creator><pubDate>Fri, 29 Nov 2013 08:22:11 GMT</pubDate></item><item><title><![CDATA[Reply to Retain glyph order after renaming glyphs on Fri, 29 Nov 2013 08:23:54 GMT]]></title><description><![CDATA[<p dir="auto">by the way I meant the "Sort Font" checkbox, sorry.</p>
]]></description><link>https://forum.robofont.com/post/1132</link><guid isPermaLink="true">https://forum.robofont.com/post/1132</guid><dc:creator><![CDATA[bahman]]></dc:creator><pubDate>Fri, 29 Nov 2013 08:23:54 GMT</pubDate></item><item><title><![CDATA[Reply to Retain glyph order after renaming glyphs on Tue, 02 Jan 2018 22:08:54 GMT]]></title><description><![CDATA[<p dir="auto">You can drag and drop a glyph selection to change the order. The drag starts after 0.4 of a sec, to prevent accidentally reordering of glyphs.</p>
<p dir="auto">You can also set a glyph order with a script:</p>
<pre><code class="language-python">font = CurrentFont()
# this is a list of glyph names
font.glyphOrder = ["a", "agrave", "b", "c"] 
</code></pre>
<p dir="auto">if you changed the glyph order (manually or script) the sorting is disabled.</p>
<p dir="auto">There is no glyph index in the UFO data, but each glyph has an <code>glyph.index</code> returning the index related to the glyph order. Please take note that the glyph order in the final font can be different if you don't added <code>.notdef</code> or enabled "Use MacRoman as the start of the glyph order" while compiling.</p>
<p dir="auto">Adding or removing glyphs will always alter the glyph order. It is depending on your settings where new glyphs would be added (at the end or somewhere in a sorted position)</p>
<p dir="auto">Good luck</p>
]]></description><link>https://forum.robofont.com/post/1134</link><guid isPermaLink="true">https://forum.robofont.com/post/1134</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 02 Jan 2018 22:08:54 GMT</pubDate></item></channel></rss>