<?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[Glyph Labels Not Copying?]]></title><description><![CDATA[<p dir="auto">I'm working on an experiment that copies glyphs into several stylistic sets and moves the points based on their label.</p>
<p dir="auto"><img src="/assets/uploads/files/1542994287427-screen-shot-2018-11-23-at-12.30.45-pm.png" alt="0_1542994280400_Screen Shot 2018-11-23 at 12.30.45 PM.png" class="img-responsive img-markdown" /></p>
<p dir="auto">When I copy the glyph the labels don't seem to come with it. This happens when I manually copy and when I use <code>.copy()</code> in the scripting window.</p>
<p dir="auto"><img src="/assets/uploads/files/1542994394444-screen-shot-2018-11-23-at-12.32.12-pm.png" alt="0_1542994387466_Screen Shot 2018-11-23 at 12.32.12 PM.png" class="img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1542994401761-screen-shot-2018-11-23-at-12.32.15-pm.png" alt="0_1542994394840_Screen Shot 2018-11-23 at 12.32.15 PM.png" class="img-responsive img-markdown" /></p>
<p dir="auto">The UFO was initially drawn as a UFO 2 and is now a UFO 3, I noticed that many of the points have <code>names</code> that are reflective to the label that they were given. My hope was to use the <code>label</code> instead of <code>name</code> so they could have multiple entries and be affected by a script accordingly.</p>
<p dir="auto">Any insight would be appreciated!</p>
]]></description><link>https://forum.robofont.com/topic/541/glyph-labels-not-copying</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 07:19:33 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/541.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Nov 2018 17:35:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Glyph Labels Not Copying? on Fri, 23 Nov 2018 18:46:51 GMT]]></title><description><![CDATA[<p dir="auto">I'm working on an experiment that copies glyphs into several stylistic sets and moves the points based on their label.</p>
<p dir="auto"><img src="/assets/uploads/files/1542994287427-screen-shot-2018-11-23-at-12.30.45-pm.png" alt="0_1542994280400_Screen Shot 2018-11-23 at 12.30.45 PM.png" class="img-responsive img-markdown" /></p>
<p dir="auto">When I copy the glyph the labels don't seem to come with it. This happens when I manually copy and when I use <code>.copy()</code> in the scripting window.</p>
<p dir="auto"><img src="/assets/uploads/files/1542994394444-screen-shot-2018-11-23-at-12.32.12-pm.png" alt="0_1542994387466_Screen Shot 2018-11-23 at 12.32.12 PM.png" class="img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1542994401761-screen-shot-2018-11-23-at-12.32.15-pm.png" alt="0_1542994394840_Screen Shot 2018-11-23 at 12.32.15 PM.png" class="img-responsive img-markdown" /></p>
<p dir="auto">The UFO was initially drawn as a UFO 2 and is now a UFO 3, I noticed that many of the points have <code>names</code> that are reflective to the label that they were given. My hope was to use the <code>label</code> instead of <code>name</code> so they could have multiple entries and be affected by a script accordingly.</p>
<p dir="auto">Any insight would be appreciated!</p>
]]></description><link>https://forum.robofont.com/post/1859</link><guid isPermaLink="true">https://forum.robofont.com/post/1859</guid><dc:creator><![CDATA[micahmicah]]></dc:creator><pubDate>Fri, 23 Nov 2018 18:46:51 GMT</pubDate></item><item><title><![CDATA[Reply to Glyph Labels Not Copying? on Fri, 23 Nov 2018 19:08:06 GMT]]></title><description><![CDATA[<p dir="auto">hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/231">@micahmicah</a>,</p>
<p dir="auto">this is the same bug as in <a href="http://forum.robofont.com/topic/538/copy-swap-to-layer-deletes-local-guides" rel="nofollow">Copy / Swap to Layer deletes local guides</a> — not all types of glyph data are being copied when copying between layers.</p>
<p dir="auto">for now, it works if you use <code>font.insertGlyph()</code> or <code>glyph.appendGlyph()</code> instead:</p>
<pre><code class="language-python">f = CurrentFont()
g = f['a']
# copy to another layer
g.getLayer('background').appendGlyph(g)
# copy to another glyph
f.insertGlyph(g, name='b')
</code></pre>
<p dir="auto">this has already been fixed by <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/1">@frederik</a> in the source, so it should work as expected in the next build.</p>
]]></description><link>https://forum.robofont.com/post/1860</link><guid isPermaLink="true">https://forum.robofont.com/post/1860</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Fri, 23 Nov 2018 19:08:06 GMT</pubDate></item><item><title><![CDATA[Reply to Glyph Labels Not Copying? on Fri, 23 Nov 2018 19:26:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/22">@gferreira</a> said in <a href="/post/1860">Glyph Labels Not Copying?</a>:</p>
<blockquote>
<p dir="auto">f.insertGlyph(g, name='b')</p>
</blockquote>
<p dir="auto">Ah wonderful. This worked great. Thank you!</p>
]]></description><link>https://forum.robofont.com/post/1861</link><guid isPermaLink="true">https://forum.robofont.com/post/1861</guid><dc:creator><![CDATA[micahmicah]]></dc:creator><pubDate>Fri, 23 Nov 2018 19:26:32 GMT</pubDate></item></channel></rss>