<?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[Access to kerning classes]]></title><description><![CDATA[<pre><code class="language-python">&gt;&gt;&gt; f.kerning.asDict()
&gt;&gt;&gt; {('@MMK_L_f', '@MMK_R_o'): -55}
</code></pre>
<p dir="auto">How can I read-write the kerning classes via scripting? I couldn't find the way with robofab.<br />
I'd like to be able to know which glyphs are in the class and modify it.<br />
thanks.</p>
]]></description><link>https://forum.robofont.com/topic/226/access-to-kerning-classes</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 19:35:37 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/226.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 Jan 2013 11:26:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Access to kerning classes on Tue, 02 Jan 2018 17:16:44 GMT]]></title><description><![CDATA[<pre><code class="language-python">&gt;&gt;&gt; f.kerning.asDict()
&gt;&gt;&gt; {('@MMK_L_f', '@MMK_R_o'): -55}
</code></pre>
<p dir="auto">How can I read-write the kerning classes via scripting? I couldn't find the way with robofab.<br />
I'd like to be able to know which glyphs are in the class and modify it.<br />
thanks.</p>
]]></description><link>https://forum.robofont.com/post/226</link><guid isPermaLink="true">https://forum.robofont.com/post/226</guid><dc:creator><![CDATA[joanca]]></dc:creator><pubDate>Tue, 02 Jan 2018 17:16:44 GMT</pubDate></item><item><title><![CDATA[Reply to Access to kerning classes on Tue, 02 Jan 2018 17:16:18 GMT]]></title><description><![CDATA[<p dir="auto">The kerning keys can be either glyph names or group names.<br />
If they are group names (starting with an <code>@</code>) you can edit them in with the groups objects</p>
<pre><code class="language-python">f = CurrentFont()
f.groups["@MMK_L_f"]
</code></pre>
<p dir="auto">Its possible that this group isn't not in your groups but already hard coded into the features.<br />
(normally MM is adding those kerning groups also as <code>font.groups</code> items)</p>
<p dir="auto">note:<br />
RoboFont does not automatically convert <code>font.groups</code> to feature groups.<br />
Use this extension for converting and adding groups to the feature file: <a href="http://github.com/typemytype/RoboFontExtensions/tree/master/groups2Features" rel="nofollow">http://github.com/typemytype/RoboFontExtensions/tree/master/groups2Features</a></p>
<p dir="auto">good luck</p>
]]></description><link>https://forum.robofont.com/post/964</link><guid isPermaLink="true">https://forum.robofont.com/post/964</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 02 Jan 2018 17:16:18 GMT</pubDate></item></channel></rss>