<?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[Guideline Magnetism]]></title><description><![CDATA[<p dir="auto">Is it possible to set the default magnetism for a new guideline?<br />
Currently, new guidelines are slightly magnetic, but I’d prefer non-magnetic guides by default (I rarely use the snapping feature).</p>
]]></description><link>https://forum.robofont.com/topic/469/guideline-magnetism</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 02:41:08 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/469.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Apr 2018 21:02:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Guideline Magnetism on Tue, 24 Apr 2018 23:36:21 GMT]]></title><description><![CDATA[<p dir="auto">Is it possible to set the default magnetism for a new guideline?<br />
Currently, new guidelines are slightly magnetic, but I’d prefer non-magnetic guides by default (I rarely use the snapping feature).</p>
]]></description><link>https://forum.robofont.com/post/1577</link><guid isPermaLink="true">https://forum.robofont.com/post/1577</guid><dc:creator><![CDATA[frankrolf]]></dc:creator><pubDate>Tue, 24 Apr 2018 23:36:21 GMT</pubDate></item><item><title><![CDATA[Reply to Guideline Magnetism on Wed, 25 Apr 2018 00:24:06 GMT]]></title><description><![CDATA[<p dir="auto">I don’t think there’s a preference for that. but you can set the magnetism of all guides in a glyph to zero:</p>
<pre><code class="language-python">g = CurrentGlyph()
for guideline in g.guidelines:
    guideline.magnetic = 0
</code></pre>
]]></description><link>https://forum.robofont.com/post/1578</link><guid isPermaLink="true">https://forum.robofont.com/post/1578</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Wed, 25 Apr 2018 00:24:06 GMT</pubDate></item><item><title><![CDATA[Reply to Guideline Magnetism on Fri, 11 May 2018 11:55:35 GMT]]></title><description><![CDATA[<p dir="auto">FYI: in the upcoming release RF3.1 both the magnetic as the show measurements attributes of a guideline will be part of the preferences:</p>
<p dir="auto"><code>defaultGuidelineShowMeasurment</code><br />
<code>defaultGuidelineMagnetic</code></p>
<p dir="auto">to change the default use, or the preference json editor (alt click the Preferences menu item):</p>
<pre><code class="language-python">from mojo.ui import setDefault
setDefault("defaultGuidelineMagnetic", 0)
</code></pre>
]]></description><link>https://forum.robofont.com/post/1590</link><guid isPermaLink="true">https://forum.robofont.com/post/1590</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 11 May 2018 11:55:35 GMT</pubDate></item></channel></rss>