<?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[Anchor.move((x,y)) as attribute and not method]]></title><description><![CDATA[<p dir="auto">trying to move an anchor:</p>
<pre><code class="language-python">g = CurrentGlyph()

for anchor in g.anchors:
    anchor.move((0, -20))
    
g.update()
</code></pre>
<p dir="auto">I got this traceback:</p>
<pre><code class="language-console">Traceback (most recent call last):
  File "testscript.py", line 4, in 
AttributeError: 'RobofabWrapperAnchor' object has no attribute 'move'
</code></pre>
<p dir="auto">The same happens with other anchor methods.<br />
any solution?</p>
<p dir="auto">Thanks, jca</p>
]]></description><link>https://forum.robofont.com/topic/56/anchor-move-x-y-as-attribute-and-not-method</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 05:27:37 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/56.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 17 Oct 2011 08:26:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anchor.move((x,y)) as attribute and not method on Sun, 31 Dec 2017 22:06:33 GMT]]></title><description><![CDATA[<p dir="auto">trying to move an anchor:</p>
<pre><code class="language-python">g = CurrentGlyph()

for anchor in g.anchors:
    anchor.move((0, -20))
    
g.update()
</code></pre>
<p dir="auto">I got this traceback:</p>
<pre><code class="language-console">Traceback (most recent call last):
  File "testscript.py", line 4, in 
AttributeError: 'RobofabWrapperAnchor' object has no attribute 'move'
</code></pre>
<p dir="auto">The same happens with other anchor methods.<br />
any solution?</p>
<p dir="auto">Thanks, jca</p>
]]></description><link>https://forum.robofont.com/post/56</link><guid isPermaLink="true">https://forum.robofont.com/post/56</guid><dc:creator><![CDATA[joanca]]></dc:creator><pubDate>Sun, 31 Dec 2017 22:06:33 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor.move((x,y)) as attribute and not method on Mon, 17 Oct 2011 11:46:08 GMT]]></title><description><![CDATA[<p dir="auto">ah, Ive added this to the todo list :)</p>
]]></description><link>https://forum.robofont.com/post/498</link><guid isPermaLink="true">https://forum.robofont.com/post/498</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Mon, 17 Oct 2011 11:46:08 GMT</pubDate></item><item><title><![CDATA[Reply to Anchor.move((x,y)) as attribute and not method on Mon, 12 Dec 2011 13:26:33 GMT]]></title><description><![CDATA[<p dir="auto">I think this has been fixed in the update now, works here :)</p>
]]></description><link>https://forum.robofont.com/post/543</link><guid isPermaLink="true">https://forum.robofont.com/post/543</guid><dc:creator><![CDATA[bruno]]></dc:creator><pubDate>Mon, 12 Dec 2011 13:26:33 GMT</pubDate></item></channel></rss>