<?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[G.mark by colorName]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Wouldn’t be nice if the color marking looks for (also) the color name it set in?<br />
Now, if I change a color in the prefs it will not be updated since only RGBA is stored in the .glif.</p>
<p dir="auto">Thom</p>
]]></description><link>https://forum.robofont.com/topic/168/g-mark-by-colorname</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 13:11:56 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/168.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Aug 2012 12:53:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to G.mark by colorName on Thu, 04 Jan 2018 11:13:43 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Wouldn’t be nice if the color marking looks for (also) the color name it set in?<br />
Now, if I change a color in the prefs it will not be updated since only RGBA is stored in the .glif.</p>
<p dir="auto">Thom</p>
]]></description><link>https://forum.robofont.com/post/168</link><guid isPermaLink="true">https://forum.robofont.com/post/168</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Thu, 04 Jan 2018 11:13:43 GMT</pubDate></item><item><title><![CDATA[Reply to G.mark by colorName on Mon, 20 Aug 2012 14:54:48 GMT]]></title><description><![CDATA[<p dir="auto">The name is just as reference and has no other meaning. The color data in side a UFO is idd stored as an RGBA tuple.</p>
<p dir="auto">A small tip:<br />
you can search for colors (see screenshot)</p>
<p dir="auto">good luck</p>
]]></description><link>https://forum.robofont.com/post/805</link><guid isPermaLink="true">https://forum.robofont.com/post/805</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Mon, 20 Aug 2012 14:54:48 GMT</pubDate></item><item><title><![CDATA[Reply to G.mark by colorName on Thu, 04 Jan 2018 11:13:23 GMT]]></title><description><![CDATA[<p dir="auto">Yup, I already had a solution:</p>
<pre><code class="language-python">f = CurrentFont()
g = CurrentGlyph()

red = (1,0,0,1)
cyan = (0,1,1,1)

for g in f:
    if g.mark == cyan:
        g.mark = red
        g.update()
</code></pre>
<p dir="auto">:)</p>
]]></description><link>https://forum.robofont.com/post/806</link><guid isPermaLink="true">https://forum.robofont.com/post/806</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Thu, 04 Jan 2018 11:13:23 GMT</pubDate></item></channel></rss>