<?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[Topics tagged with kerning]]></title><description><![CDATA[A list of topics that have been tagged with kerning]]></description><link>https://forum.robofont.com/tags/kerning</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 08:34:28 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/tags/kerning.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Jul 2020 20:48:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[ [[qanda:topic_solved]] Skateboard chokes on kerning?]]></title><description><![CDATA[good you found it!
kerning values has to be set very precise.
Did the extension DesignSpaceEditor show this kern error in the report?
good luck!
]]></description><link>https://forum.robofont.com/topic/886/skateboard-chokes-on-kerning</link><guid isPermaLink="true">https://forum.robofont.com/topic/886/skateboard-chokes-on-kerning</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 17 Jul 2020 20:48:15 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_unsolved]] contextual kerning in RB, MM?]]></title><description><![CDATA[@frederik I dream of the day someone would convert fontTools feature ast objects to json and we won't use fea file anymore.
]]></description><link>https://forum.robofont.com/topic/869/contextual-kerning-in-rb-mm</link><guid isPermaLink="true">https://forum.robofont.com/topic/869/contextual-kerning-in-rb-mm</guid><dc:creator><![CDATA[bahman]]></dc:creator><pubDate>Thu, 18 Jun 2020 09:27:57 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_unsolved]] Fontparts, Kerning groups and performance.]]></title><description><![CDATA[Hi @frederik It just never ends, no tracebacks. If I don’t manage to solve it with @gferreira  tip I will try to prepare a dummy ufo and post it here. Thank you both!
]]></description><link>https://forum.robofont.com/topic/866/fontparts-kerning-groups-and-performance</link><guid isPermaLink="true">https://forum.robofont.com/topic/866/fontparts-kerning-groups-and-performance</guid><dc:creator><![CDATA[guidoferreyra]]></dc:creator><pubDate>Wed, 20 May 2020 15:36:20 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_solved]] GlyphConstruction as script: x = a&amp;&#x5C;b gives traceback if no kerning pair is present]]></title><description><![CDATA[should be fixed here: https://github.com/typemytype/GlyphConstruction/commit/01c7c9362561822a68073305c69c9fbc054ddf13
Getting kerning is advised to use font.kerning.get(pair) where it does not fail. This is similar to a normal dict.
Or you can also check first if pair in font.kerning: ...
thanks!
]]></description><link>https://forum.robofont.com/topic/823/glyphconstruction-as-script-x-a-b-gives-traceback-if-no-kerning-pair-is-present</link><guid isPermaLink="true">https://forum.robofont.com/topic/823/glyphconstruction-as-script-x-a-b-gives-traceback-if-no-kerning-pair-is-present</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Wed, 18 Mar 2020 17:23:51 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_solved]] Kerning offset overflow]]></title><description><![CDATA[Thanks Arnaud! To add to this, I had some difficulty finding where in MM to actually do this, so...
I found the option under "Batch Export" in the MM menu. I simply exported it into the font (features), and now makeOTF works to generate fonts directly!
]]></description><link>https://forum.robofont.com/topic/685/kerning-offset-overflow</link><guid isPermaLink="true">https://forum.robofont.com/topic/685/kerning-offset-overflow</guid><dc:creator><![CDATA[ArrowType]]></dc:creator><pubDate>Thu, 12 Jan 2023 03:33:46 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_unsolved]] Metrics Machine - import kerning not working]]></title><description><![CDATA[Thanks, @tal!
]]></description><link>https://forum.robofont.com/topic/637/metrics-machine-import-kerning-not-working</link><guid isPermaLink="true">https://forum.robofont.com/topic/637/metrics-machine-import-kerning-not-working</guid><dc:creator><![CDATA[ryan]]></dc:creator><pubDate>Tue, 14 May 2019 12:32:22 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_solved]] Copying uppercase to lowercase (including kerning), and auto-add unicodes]]></title><description><![CDATA[@tal said in Copying uppercase to lowercase (including kerning), and auto-add unicodes:

Here's a little demo script that will copy kerning.

Hmm, at least initially, when run, that causes an error:
File "lib/fontObjects/doodleKerning.pyc", line 13, in _set_dirty
mm4.MetricsMachineError: Glyph a is in more than one side 1 group.

For now, I'll do some (partially) manual things in MetricsMachine to sort out kerning. I'll loop back with a suggested fix if I can loop back and figure something out!
]]></description><link>https://forum.robofont.com/topic/591/copying-uppercase-to-lowercase-including-kerning-and-auto-add-unicodes</link><guid isPermaLink="true">https://forum.robofont.com/topic/591/copying-uppercase-to-lowercase-including-kerning-and-auto-add-unicodes</guid><dc:creator><![CDATA[StephenNixon]]></dc:creator><pubDate>Sat, 02 Mar 2019 15:23:09 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_solved]] Best way to remove glyph from RFont?]]></title><description><![CDATA[As a belated update, I found that the script above didn’t handle Template Glyphs well. It would remove all template glyphs from the font.
This current version of the script handles template glyphs:
https://gist.github.com/arrowtype/9ef6ce07233af2d80bc0bfb4290d642c
]]></description><link>https://forum.robofont.com/topic/584/best-way-to-remove-glyph-from-rfont</link><guid isPermaLink="true">https://forum.robofont.com/topic/584/best-way-to-remove-glyph-from-rfont</guid><dc:creator><![CDATA[ArrowType]]></dc:creator><pubDate>Wed, 15 Dec 2021 15:46:20 GMT</pubDate></item><item><title><![CDATA[Certain Kerning groups not exporting]]></title><description><![CDATA[Hi Andrew
you added those kerning values inside RoboFont, with the Kern Center?
You created the groups?
I cannot reproduce this issue, could you send me a erroneous ufo file?
]]></description><link>https://forum.robofont.com/topic/390/certain-kerning-groups-not-exporting</link><guid isPermaLink="true">https://forum.robofont.com/topic/390/certain-kerning-groups-not-exporting</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Mon, 16 Nov 2015 10:26:12 GMT</pubDate></item><item><title><![CDATA[Pop out Kerning and Groups]]></title><description><![CDATA[Like a charm. Thanks a lot!
]]></description><link>https://forum.robofont.com/topic/363/pop-out-kerning-and-groups</link><guid isPermaLink="true">https://forum.robofont.com/topic/363/pop-out-kerning-and-groups</guid><dc:creator><![CDATA[rbmntjs]]></dc:creator><pubDate>Fri, 20 Feb 2015 15:56:47 GMT</pubDate></item><item><title><![CDATA[Show kerning values in Kern center]]></title><description><![CDATA[jup, makes perfect sense,
thanks!
]]></description><link>https://forum.robofont.com/topic/357/show-kerning-values-in-kern-center</link><guid isPermaLink="true">https://forum.robofont.com/topic/357/show-kerning-values-in-kern-center</guid><dc:creator><![CDATA[jo]]></dc:creator><pubDate>Tue, 06 Jan 2015 22:42:12 GMT</pubDate></item><item><title><![CDATA[Remove kerning pair]]></title><description><![CDATA[hello jens, thanks for your help.
in fact your example is what "happened" in my case.
I did some very quick kerning without groups. Later on I replaced the single letters of the pairs with groups through a script. I also wanted to remove the original pair but the zero value was "overwriting" the group value.
so i guess it could work with kerning update etc but the "del" way worked just fine.
cheers, jo
]]></description><link>https://forum.robofont.com/topic/329/remove-kerning-pair</link><guid isPermaLink="true">https://forum.robofont.com/topic/329/remove-kerning-pair</guid><dc:creator><![CDATA[jo]]></dc:creator><pubDate>Tue, 29 Jul 2014 18:46:15 GMT</pubDate></item><item><title><![CDATA[Round kerning bug]]></title><description><![CDATA[oh
thanks, will be fixed in the next version
]]></description><link>https://forum.robofont.com/topic/284/round-kerning-bug</link><guid isPermaLink="true">https://forum.robofont.com/topic/284/round-kerning-bug</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Sun, 27 Oct 2013 18:57:23 GMT</pubDate></item><item><title><![CDATA[Kerning Questions]]></title><description><![CDATA[He Ian
Try to add a kerning pair with the + button at the bottom. All your kerning groups, starting with a @ will be listed in the combo box
see http://doc.robofont.com/documentation/workspace/metrics/kern-center/
good luck!
]]></description><link>https://forum.robofont.com/topic/278/kerning-questions</link><guid isPermaLink="true">https://forum.robofont.com/topic/278/kerning-questions</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 11 Feb 2014 11:18:43 GMT</pubDate></item><item><title><![CDATA[Saving &#x2F; exporting kerning groups &amp; table]]></title><description><![CDATA[even better: control-click your ufo and select "show package contents"
]]></description><link>https://forum.robofont.com/topic/258/saving-exporting-kerning-groups-table</link><guid isPermaLink="true">https://forum.robofont.com/topic/258/saving-exporting-kerning-groups-table</guid><dc:creator><![CDATA[jackson]]></dc:creator><pubDate>Tue, 13 Aug 2013 16:05:02 GMT</pubDate></item><item><title><![CDATA[Right to Left Kerning]]></title><description><![CDATA[I don't know the difference! But in fontlab when I open a font, in the kern feature I can see that LTR kerning is interpreted like this:
pos uni0631 uni0628 -225;

But RTL kerning is interpreted like this:
pos uni0631 uni0628 &lt;-225 0 -225 0&gt;;

So I suppose RTL kerning should be implemented with adjustments applied to position of the glyph too, maybe I'm wrong; I'm not a pro. (see AFDKO OpenType Feature File Specification)
About the kerning in RoboFont, I think there is a malfunction in the "Right to left" Option in the kerning panel. Here is what I do:
I open a font which already has RTL kerning, Robofont interprets kerning correctly. I open the kerning panel and click on a class pair, the kerning shows up but order of glyphs is incorrect, I turn the "Right to Left" option on; Nothing Happens! I turn it off, now order of glyphs becomes right, even so the kerning has been implemented in RTL order.
]]></description><link>https://forum.robofont.com/topic/256/right-to-left-kerning</link><guid isPermaLink="true">https://forum.robofont.com/topic/256/right-to-left-kerning</guid><dc:creator><![CDATA[bahman]]></dc:creator><pubDate>Wed, 29 May 2013 10:11:29 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_solved]] Check Kerning]]></title><description><![CDATA[FYI: fontParts has font.kerning.find(("A", "V")) dont know why its not in the documentation.
]]></description><link>https://forum.robofont.com/topic/248/check-kerning</link><guid isPermaLink="true">https://forum.robofont.com/topic/248/check-kerning</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Fri, 15 Oct 2021 12:29:55 GMT</pubDate></item><item><title><![CDATA[Access to kerning classes]]></title><description><![CDATA[The kerning keys can be either glyph names or group names.
If they are group names (starting with an @) you can edit them in with the groups objects
f = CurrentFont()
f.groups["@MMK_L_f"]

Its possible that this group isn't not in your groups but already hard coded into the features.
(normally MM is adding those kerning groups also as font.groups items)
note:
RoboFont does not automatically convert font.groups to feature groups.
Use this extension for converting and adding groups to the feature file: http://github.com/typemytype/RoboFontExtensions/tree/master/groups2Features
good luck
]]></description><link>https://forum.robofont.com/topic/226/access-to-kerning-classes</link><guid isPermaLink="true">https://forum.robofont.com/topic/226/access-to-kerning-classes</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Wed, 30 Jan 2013 11:57:50 GMT</pubDate></item><item><title><![CDATA[[1.4] Kerning values can&#x27;t be rounded (&#x27;DoodleKerning&#x27; has no attr &#x27;_kerning&#x27;)]]></title><description><![CDATA[added to the todo list
]]></description><link>https://forum.robofont.com/topic/221/1-4-kerning-values-can-t-be-rounded-doodlekerning-has-no-attr-_kerning</link><guid isPermaLink="true">https://forum.robofont.com/topic/221/1-4-kerning-values-can-t-be-rounded-doodlekerning-has-no-attr-_kerning</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Wed, 23 Jan 2013 13:21:49 GMT</pubDate></item><item><title><![CDATA[Group kerning]]></title><description><![CDATA[@! got it! everything super. thank you very much.
]]></description><link>https://forum.robofont.com/topic/161/group-kerning</link><guid isPermaLink="true">https://forum.robofont.com/topic/161/group-kerning</guid><dc:creator><![CDATA[rf]]></dc:creator><pubDate>Fri, 20 Jul 2012 09:27:24 GMT</pubDate></item></channel></rss>