<?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[Guide.y accepts no new value]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<pre><code class="language-python">scaleFactor = .512
for g in f:
  if g.selected:
    for guide in g.guides:
      
      print guide.coordinate
      
      guide.x = guide.x * scaleFactor
      guide.y = guide.y * scaleFactor
      
      print guide.coordinate
</code></pre>
<p dir="auto">output:</p>
<pre><code class="language-python">(197, 432)
(100.864, 432)
(444, 635)
(227.328, 635)
</code></pre>
<p dir="auto">Everything works except the y coordinate.</p>
<p dir="auto">Cheers, Thom</p>
]]></description><link>https://forum.robofont.com/topic/298/guide-y-accepts-no-new-value</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 03:04:36 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/298.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Feb 2014 11:43:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Guide.y accepts no new value on Mon, 01 Jan 2018 12:51:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<pre><code class="language-python">scaleFactor = .512
for g in f:
  if g.selected:
    for guide in g.guides:
      
      print guide.coordinate
      
      guide.x = guide.x * scaleFactor
      guide.y = guide.y * scaleFactor
      
      print guide.coordinate
</code></pre>
<p dir="auto">output:</p>
<pre><code class="language-python">(197, 432)
(100.864, 432)
(444, 635)
(227.328, 635)
</code></pre>
<p dir="auto">Everything works except the y coordinate.</p>
<p dir="auto">Cheers, Thom</p>
]]></description><link>https://forum.robofont.com/post/298</link><guid isPermaLink="true">https://forum.robofont.com/post/298</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Mon, 01 Jan 2018 12:51:37 GMT</pubDate></item><item><title><![CDATA[Reply to Guide.y accepts no new value on Tue, 18 Feb 2014 16:00:58 GMT]]></title><description><![CDATA[<p dir="auto">oh oeps, typo, good catch<br />
will be fixed in the next update...</p>
]]></description><link>https://forum.robofont.com/post/1156</link><guid isPermaLink="true">https://forum.robofont.com/post/1156</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 18 Feb 2014 16:00:58 GMT</pubDate></item><item><title><![CDATA[Reply to Guide.y accepts no new value on Wed, 19 Feb 2014 19:17:19 GMT]]></title><description><![CDATA[<p dir="auto">Merci :-)</p>
]]></description><link>https://forum.robofont.com/post/1157</link><guid isPermaLink="true">https://forum.robofont.com/post/1157</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Wed, 19 Feb 2014 19:17:19 GMT</pubDate></item><item><title><![CDATA[Reply to Guide.y accepts no new value on Mon, 01 Jan 2018 12:52:52 GMT]]></title><description><![CDATA[<p dir="auto">follow up:</p>
<p dir="auto">Also if you scale the blues in the font by a factor the value become <code>&lt;real&gt;</code> in the fontinfo instead of <code>&lt;integer&gt;</code>.<br />
Now you can not edit them in the fontinfo window anymore...</p>
<p dir="auto">So be sure to <code>int(here_a_blue_value)</code></p>
]]></description><link>https://forum.robofont.com/post/1158</link><guid isPermaLink="true">https://forum.robofont.com/post/1158</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Mon, 01 Jan 2018 12:52:52 GMT</pubDate></item></channel></rss>