<?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[Anchors]]></title><description><![CDATA[<p dir="auto">This might be a stupid question but I just don’t get the way anchors work in RoboFont. I’m new to font editing, I’ve never used FontLab but I’ve seen tutorials about how anchors work there. I understand the purpose of anchors and I understand how FontLab is dealing with it but in RoboFont things seem to work differently and I can’t figure out how.</p>
<p dir="auto">I’d like to use them to position diacritics. So I placed one anchor in the base glyph <code>a</code> and named it <code>top</code> and another in the accent glyph <code>¨</code> named <code>_top</code>. Then I built the <code>ä</code> by adding <code>a</code> and <code>¨</code> as components to the empty <code>ä</code> glyph. This is kind of the FontLab way and it doesn’t work.</p>
<p dir="auto">After trying other combinations without success and failing in research on the web on this specific topic here I am.</p>
<p dir="auto">Is there an out-of-the-box-behaviour for anchors or are they supposed to be accessed by scripts in order to use them?</p>
<p dir="auto">Thanks for your help</p>
<p dir="auto">Andreas</p>
]]></description><link>https://forum.robofont.com/topic/215/anchors</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 17:43:26 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/215.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 08 Dec 2012 09:46:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anchors on Wed, 03 Jan 2018 15:34:18 GMT]]></title><description><![CDATA[<p dir="auto">This might be a stupid question but I just don’t get the way anchors work in RoboFont. I’m new to font editing, I’ve never used FontLab but I’ve seen tutorials about how anchors work there. I understand the purpose of anchors and I understand how FontLab is dealing with it but in RoboFont things seem to work differently and I can’t figure out how.</p>
<p dir="auto">I’d like to use them to position diacritics. So I placed one anchor in the base glyph <code>a</code> and named it <code>top</code> and another in the accent glyph <code>¨</code> named <code>_top</code>. Then I built the <code>ä</code> by adding <code>a</code> and <code>¨</code> as components to the empty <code>ä</code> glyph. This is kind of the FontLab way and it doesn’t work.</p>
<p dir="auto">After trying other combinations without success and failing in research on the web on this specific topic here I am.</p>
<p dir="auto">Is there an out-of-the-box-behaviour for anchors or are they supposed to be accessed by scripts in order to use them?</p>
<p dir="auto">Thanks for your help</p>
<p dir="auto">Andreas</p>
]]></description><link>https://forum.robofont.com/post/215</link><guid isPermaLink="true">https://forum.robofont.com/post/215</guid><dc:creator><![CDATA[andreas]]></dc:creator><pubDate>Wed, 03 Jan 2018 15:34:18 GMT</pubDate></item><item><title><![CDATA[Reply to Anchors on Wed, 03 Jan 2018 15:33:35 GMT]]></title><description><![CDATA[<p dir="auto">RoboFont has not yet support natively for placing components with anchor support.</p>
<p dir="auto">You can use <code>font.generateGlyph(...)</code> to compile glyph with anchor placement.</p>
<pre><code class="language-python">font = CurrentFont()

font.generateGlyph("adieresis")
</code></pre>
<p dir="auto">good luck</p>
]]></description><link>https://forum.robofont.com/post/932</link><guid isPermaLink="true">https://forum.robofont.com/post/932</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Wed, 03 Jan 2018 15:33:35 GMT</pubDate></item><item><title><![CDATA[Reply to Anchors on Mon, 29 Apr 2019 10:49:41 GMT]]></title><description><![CDATA[<p dir="auto">there is no native support to build accents 'magically'</p>
<p dir="auto">you can still use robofab as the example above</p>
<p dir="auto">or write a small glyph construction string when adding a glyph</p>
<p dir="auto"><code>adieresis=a+dieresis@top</code></p>
<p dir="auto">see <a href="https://robofont.com/documentation/how-tos/adding-and-removing-glyphs/" rel="nofollow">Adding and removing glyphs<br />
</a></p>
]]></description><link>https://forum.robofont.com/post/1292</link><guid isPermaLink="true">https://forum.robofont.com/post/1292</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Mon, 29 Apr 2019 10:49:41 GMT</pubDate></item><item><title><![CDATA[Reply to Anchors on Mon, 29 Apr 2019 10:48:18 GMT]]></title><description><![CDATA[<p dir="auto">It's 2019 and i still don't get how anchors work in RoboFont (v. 1.8.4). Anchors i create, base glyphs and diacritics, seemingly don't link to each other, so i just add new glyphs using the <code>aring=a+ring</code> kind of syntax than move the diacritic manually to place it right. Can't find the answer on how to link them anywhere, don't really know what terms i should be looking for. The documentation provided by Robofont website is not very helpful for total beginners like me...</p>
]]></description><link>https://forum.robofont.com/post/2292</link><guid isPermaLink="true">https://forum.robofont.com/post/2292</guid><dc:creator><![CDATA[jhera]]></dc:creator><pubDate>Mon, 29 Apr 2019 10:48:18 GMT</pubDate></item><item><title><![CDATA[Reply to Anchors on Mon, 29 Apr 2019 10:52:41 GMT]]></title><description><![CDATA[<p dir="auto">hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/402">@jhera</a>,</p>
<p dir="auto">there are multiple ways to build accented glyphs in RoboFont. these are described here: <a href="https://robofont.com/documentation/how-tos/building-accented-glyphs/" rel="nofollow">Building accented glyphs</a></p>
<p dir="auto">have you tried using the <a href="https://github.com/typemytype/GlyphConstruction" rel="nofollow">Glyph Construction</a> extension?</p>
<p dir="auto">in 2019 you don’t really need anchors to position diacritics anymore :) you can still use them (with or without underscore), but you can also use guidelines, variables, vertical metrics attributes, reference positions, etc. have a look at the <a href="https://github.com/typemytype/GlyphConstruction#positioning" rel="nofollow">docs</a> &amp; give it a try!</p>
]]></description><link>https://forum.robofont.com/post/2295</link><guid isPermaLink="true">https://forum.robofont.com/post/2295</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Mon, 29 Apr 2019 10:52:41 GMT</pubDate></item></channel></rss>