<?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[Guidelines: color and measurements]]></title><description><![CDATA[<p dir="auto">Couple of questions regarding FontParts x RF:</p>
<ol>
<li>
<p dir="auto">FontParts has a <code>color</code> argument in the <code>appendGuideline()</code> method. Doesn't seem to individually override color preferences in Robofont. Am I doing something wrong?</p>
</li>
<li>
<p dir="auto">Robofont has a great feature that allows guides to Show Measurements. Any way to individually specify this when appending a guideline with Python?</p>
</li>
</ol>
<p dir="auto">TIA,<br />
Ryan</p>
]]></description><link>https://forum.robofont.com/topic/589/guidelines-color-and-measurements</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 09:46:22 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/589.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Feb 2019 17:12:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Guidelines: color and measurements on Fri, 03 May 2019 12:56:37 GMT]]></title><description><![CDATA[<p dir="auto">Couple of questions regarding FontParts x RF:</p>
<ol>
<li>
<p dir="auto">FontParts has a <code>color</code> argument in the <code>appendGuideline()</code> method. Doesn't seem to individually override color preferences in Robofont. Am I doing something wrong?</p>
</li>
<li>
<p dir="auto">Robofont has a great feature that allows guides to Show Measurements. Any way to individually specify this when appending a guideline with Python?</p>
</li>
</ol>
<p dir="auto">TIA,<br />
Ryan</p>
]]></description><link>https://forum.robofont.com/post/2080</link><guid isPermaLink="true">https://forum.robofont.com/post/2080</guid><dc:creator><![CDATA[ryan]]></dc:creator><pubDate>Fri, 03 May 2019 12:56:37 GMT</pubDate></item><item><title><![CDATA[Reply to Guidelines: color and measurements on Fri, 03 May 2019 12:57:04 GMT]]></title><description><![CDATA[<p dir="auto">hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/224">@ryan</a>,</p>
<ol>
<li>
<p dir="auto">as far as I know, all local guides and all global guides have the same colors (defined in <a href="http://robofont.com/documentation/workspace/preferences-window/glyph-view/#appearance" rel="nofollow">Preferences &gt; Glyph View &gt; Appearance</a>).</p>
</li>
<li>
<p dir="auto">you can turn on measurements by setting a guide’s <code>showMeasurements</code> attribute to <code>True</code>:</p>
<pre><code class="language-python">glyph = CurrentGlyph()
guide = glyph.appendGuideline((0, 200), 0)
guide.showMeasurements = True
</code></pre>
</li>
</ol>
]]></description><link>https://forum.robofont.com/post/2081</link><guid isPermaLink="true">https://forum.robofont.com/post/2081</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Fri, 03 May 2019 12:57:04 GMT</pubDate></item><item><title><![CDATA[Reply to Guidelines: color and measurements on Sat, 23 Feb 2019 13:34:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/22">@gferreira</a></p>
<p dir="auto">1 - Yeah I guess I'm just wondering what use the <code>color</code> attribute has in FontParts if it can't change individual guides in RF. In the case below, the yellow guideline color I set does not visually override my preferences, which specify blue. It stays blue, but the yellow value is still stored. Is it a non-visual marking system that one can use to categorize guides programmatically?<br />
<img src="/assets/uploads/files/1550928110326-dff411ea-3cc3-4ad3-83cc-11f927ef990f-image.png" alt="dff411ea-3cc3-4ad3-83cc-11f927ef990f-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">2 - Great, thanks! I was having difficulty finding this on <a href="https://fontparts.readthedocs.io/en/stable/objectref/objects/guideline.html?highlight=RGuideline" rel="nofollow">FontParts</a>, but now see that it's <a href="https://robofont.com/documentation/building-tools/api/fontParts/rguideline/" rel="nofollow">here</a> on Robofont’s site.</p>
]]></description><link>https://forum.robofont.com/post/2082</link><guid isPermaLink="true">https://forum.robofont.com/post/2082</guid><dc:creator><![CDATA[ryan]]></dc:creator><pubDate>Sat, 23 Feb 2019 13:34:42 GMT</pubDate></item><item><title><![CDATA[Reply to Guidelines: color and measurements on Sat, 23 Feb 2019 20:12:23 GMT]]></title><description><![CDATA[<p dir="auto">so far RoboFont does not apply guide color while drawing the guideline, and maybe it should...</p>
<p dir="auto">see <a href="http://unifiedfontobject.org/versions/ufo3/glyphs/glif/#guideline" rel="nofollow">the guideline spec</a></p>
]]></description><link>https://forum.robofont.com/post/2083</link><guid isPermaLink="true">https://forum.robofont.com/post/2083</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Sat, 23 Feb 2019 20:12:23 GMT</pubDate></item><item><title><![CDATA[Reply to Guidelines: color and measurements on Fri, 01 Mar 2019 12:30:16 GMT]]></title><description><![CDATA[<p dir="auto">I'd <em>really</em> like guildeline colors. :)</p>
]]></description><link>https://forum.robofont.com/post/2092</link><guid isPermaLink="true">https://forum.robofont.com/post/2092</guid><dc:creator><![CDATA[tal]]></dc:creator><pubDate>Fri, 01 Mar 2019 12:30:16 GMT</pubDate></item><item><title><![CDATA[Reply to Guidelines: color and measurements on Fri, 01 Mar 2019 12:36:45 GMT]]></title><description><![CDATA[<p dir="auto">guideline colors are coming in RF3.3b :)</p>
<p dir="auto"><img src="/assets/uploads/files/1551443515179-screen-shot-2019-03-01-at-09.31.20.png" alt="Screen Shot 2019-03-01 at 09.31.20.png" class="img-responsive img-markdown" /></p>
<pre><code class="language-python">g = CurrentGlyph()
g.appendGuideline((0, 100), 0)
g.appendGuideline((0, 200), 0, color=(1, 0, 0, 1))
g.appendGuideline((0, 300), 0, color=(0, 1, 0, 1))
g.appendGuideline((0, 400), 0, color=(0, 0, 1, 1))
</code></pre>
<p dir="auto">thanks <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/2094</link><guid isPermaLink="true">https://forum.robofont.com/post/2094</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Fri, 01 Mar 2019 12:36:45 GMT</pubDate></item><item><title><![CDATA[Reply to Guidelines: color and measurements on Fri, 01 Mar 2019 12:47:29 GMT]]></title><description><![CDATA[<p dir="auto">Yay! Thanks Frederik! Can the alpha value be set to 0 to hide the guides? I could use that.</p>
]]></description><link>https://forum.robofont.com/post/2096</link><guid isPermaLink="true">https://forum.robofont.com/post/2096</guid><dc:creator><![CDATA[tal]]></dc:creator><pubDate>Fri, 01 Mar 2019 12:47:29 GMT</pubDate></item><item><title><![CDATA[Reply to Guidelines: color and measurements on Fri, 01 Mar 2019 12:54:16 GMT]]></title><description><![CDATA[<p dir="auto">a cloaking guideline device, cool!!</p>
<p dir="auto">it is possible to set the alpha to zero, its not hidden but invisible</p>
]]></description><link>https://forum.robofont.com/post/2097</link><guid isPermaLink="true">https://forum.robofont.com/post/2097</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 01 Mar 2019 12:54:16 GMT</pubDate></item><item><title><![CDATA[Reply to Guidelines: color and measurements on Fri, 01 Mar 2019 13:02:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/1">@frederik</a> Cool. This will be really useful. I have a smart guide extension that doesn't work so well because it adds/removes guidelines. It'll be much better with this new cloaking method.</p>
]]></description><link>https://forum.robofont.com/post/2098</link><guid isPermaLink="true">https://forum.robofont.com/post/2098</guid><dc:creator><![CDATA[tal]]></dc:creator><pubDate>Fri, 01 Mar 2019 13:02:46 GMT</pubDate></item><item><title><![CDATA[Reply to Guidelines: color and measurements on Fri, 01 Mar 2019 13:22:19 GMT]]></title><description><![CDATA[<p dir="auto">Yes! Thanks <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/1">@frederik</a> &amp; all :) Looking forward to it.</p>
]]></description><link>https://forum.robofont.com/post/2099</link><guid isPermaLink="true">https://forum.robofont.com/post/2099</guid><dc:creator><![CDATA[ryan]]></dc:creator><pubDate>Fri, 01 Mar 2019 13:22:19 GMT</pubDate></item></channel></rss>