<?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[RF 1.8 Test Install hmtx error]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I'm running RF version 1.8.3b (built 1702022141) under 10.13.6 (17G12034). After generating a few instances from Superpolator Version 170206_0936_developer_ (developer), some of them won't test install. Looking at the output window, the bottom line says: TTLibError: 'hmtx' table can't contain negative advance widths.<br />
Some context, I'm working on an Italic font, interpolating slightly bolder weights for the Book and Bold masters. The Bold Italic ones are causing troubles.</p>
<p dir="auto">Thank you for your help!</p>
<p dir="auto">Mathieu</p>
<p dir="auto">ps: I know I'm a bit being version wise. In the process of finishing a first type family, I’m sticking to this environment which works smoothly - until today - with the handful of scripts &amp; extensions that I’m using.</p>
]]></description><link>https://forum.robofont.com/topic/865/rf-1-8-test-install-hmtx-error</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 19:07:19 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/865.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 May 2020 17:22:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RF 1.8 Test Install hmtx error on Sun, 17 May 2020 17:23:18 GMT]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">I'm running RF version 1.8.3b (built 1702022141) under 10.13.6 (17G12034). After generating a few instances from Superpolator Version 170206_0936_developer_ (developer), some of them won't test install. Looking at the output window, the bottom line says: TTLibError: 'hmtx' table can't contain negative advance widths.<br />
Some context, I'm working on an Italic font, interpolating slightly bolder weights for the Book and Bold masters. The Bold Italic ones are causing troubles.</p>
<p dir="auto">Thank you for your help!</p>
<p dir="auto">Mathieu</p>
<p dir="auto">ps: I know I'm a bit being version wise. In the process of finishing a first type family, I’m sticking to this environment which works smoothly - until today - with the handful of scripts &amp; extensions that I’m using.</p>
]]></description><link>https://forum.robofont.com/post/3319</link><guid isPermaLink="true">https://forum.robofont.com/post/3319</guid><dc:creator><![CDATA[mathieu-christe]]></dc:creator><pubDate>Sun, 17 May 2020 17:23:18 GMT</pubDate></item><item><title><![CDATA[Reply to RF 1.8 Test Install hmtx error on Sun, 17 May 2020 20:22:01 GMT]]></title><description><![CDATA[<p dir="auto">old tools!!</p>
<p dir="auto">you have glyphs with negative spacing and that is not possible in a binary font... however this is valid in a UFO</p>
<pre><code class="language-python"># find all negative spaced glyphs
font = CurrentFont()

for glyph in font:
    if glyph.width &lt; 0:
        print(glyph.name)
</code></pre>
<p dir="auto">good luck!!</p>
]]></description><link>https://forum.robofont.com/post/3320</link><guid isPermaLink="true">https://forum.robofont.com/post/3320</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Sun, 17 May 2020 20:22:01 GMT</pubDate></item><item><title><![CDATA[Reply to RF 1.8 Test Install hmtx error on Mon, 18 May 2020 13:45:28 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Frederik, your script help me find the culprits easily. After fixing those 3 glyphs in the master, the interpolated instances generate successfully. Solved!</p>
]]></description><link>https://forum.robofont.com/post/3321</link><guid isPermaLink="true">https://forum.robofont.com/post/3321</guid><dc:creator><![CDATA[mathieu-christe]]></dc:creator><pubDate>Mon, 18 May 2020 13:45:28 GMT</pubDate></item></channel></rss>