<?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[Saving &#x2F; exporting kerning groups &amp; table]]></title><description><![CDATA[<p dir="auto">Hello!<br />
I don't have Metrics Machine, so I've laboriously created kerning groups and my own kerning table. Is there a way to save separately, or export, the group and table information so I could use it for other fonts as well?<br />
Thanks,</p>
]]></description><link>https://forum.robofont.com/topic/258/saving-exporting-kerning-groups-table</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 05:16:21 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/258.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 May 2013 20:32:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Saving &#x2F; exporting kerning groups &amp; table on Tue, 02 Jan 2018 21:55:28 GMT]]></title><description><![CDATA[<p dir="auto">Hello!<br />
I don't have Metrics Machine, so I've laboriously created kerning groups and my own kerning table. Is there a way to save separately, or export, the group and table information so I could use it for other fonts as well?<br />
Thanks,</p>
]]></description><link>https://forum.robofont.com/post/258</link><guid isPermaLink="true">https://forum.robofont.com/post/258</guid><dc:creator><![CDATA[b-o]]></dc:creator><pubDate>Tue, 02 Jan 2018 21:55:28 GMT</pubDate></item><item><title><![CDATA[Reply to Saving &#x2F; exporting kerning groups &amp; table on Tue, 02 Jan 2018 21:53:41 GMT]]></title><description><![CDATA[<p dir="auto">you could make an <code>import groupFromUFO</code> script like:</p>
<pre><code class="language-python">font = CurrentFont()
sourceFont = OpenFont(showUI=False)

for group, value in sourceFont.groups.items():
    if group in font.groups:
        print "already in font!"
    else:
        font.groups[group] = value
</code></pre>
]]></description><link>https://forum.robofont.com/post/1046</link><guid isPermaLink="true">https://forum.robofont.com/post/1046</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 02 Jan 2018 21:53:41 GMT</pubDate></item><item><title><![CDATA[Reply to Saving &#x2F; exporting kerning groups &amp; table on Tue, 02 Jan 2018 21:54:15 GMT]]></title><description><![CDATA[<p dir="auto">That works for importing groups, but not for the kerning table. It also doesn't update groups who have the same name in the source font and target font.</p>
<p dir="auto">I've been reading a bit more about ufo's - if there are files called <code>kerning.plist</code> and <code>groups.plist</code> containing the ufo's kerning and group info, can I use those to pass this information around between different ufo? If yes, how I can extract those plist files from my ufo?</p>
]]></description><link>https://forum.robofont.com/post/1052</link><guid isPermaLink="true">https://forum.robofont.com/post/1052</guid><dc:creator><![CDATA[b-o]]></dc:creator><pubDate>Tue, 02 Jan 2018 21:54:15 GMT</pubDate></item><item><title><![CDATA[Reply to Saving &#x2F; exporting kerning groups &amp; table on Tue, 02 Jan 2018 21:54:44 GMT]]></title><description><![CDATA[<p dir="auto">It appears that you can change your file extension from <code>fontname.ufo</code> to <code>fontname.zip</code> and then gain access to the <code>fontinfo.plist</code> files. It looks like an xml format like .mobi, .epub, .docx, etc...</p>
]]></description><link>https://forum.robofont.com/post/1095</link><guid isPermaLink="true">https://forum.robofont.com/post/1095</guid><dc:creator><![CDATA[ian]]></dc:creator><pubDate>Tue, 02 Jan 2018 21:54:44 GMT</pubDate></item><item><title><![CDATA[Reply to Saving &#x2F; exporting kerning groups &amp; table on Tue, 13 Aug 2013 16:05:02 GMT]]></title><description><![CDATA[<p dir="auto">even better: control-click your ufo and select "show package contents"</p>
]]></description><link>https://forum.robofont.com/post/1096</link><guid isPermaLink="true">https://forum.robofont.com/post/1096</guid><dc:creator><![CDATA[jackson]]></dc:creator><pubDate>Tue, 13 Aug 2013 16:05:02 GMT</pubDate></item></channel></rss>