[TUTORIAL] Kerning Controller

Hi,

I recently wrote a tutorial explaining how to do kerning with a controller.
For the moment I don’t have enough experience with it to say if it makes the kerning process faster, but at least it makes it more fun and playful !

You can check the tutorial here: @hugojourdan | Linktree
( I use Linktree to know how many people click on the link)

In the process, I use the script “Sample String Maker” by Mekkablue, but I would like to do a small modification to facilitate and accelerate the kerning process.

Actually the script generate string following this structure:

[HOOH] [/A] [/B] [noon] =
[Prefix][glyphNamesLeft][glyphNamesRight][Postfix]

And I would like to generate string like:

[HOOH] [/A] [/B] [/A] [noon] =
[Prefix][glyphNamesLeft][glyphNamesRight][glyphNamesLeft][Postfix]

Like this, I could be able to kern each side of Left glyph in the same string.

If anyone can help me with this I would be very grateful.
Thanks

1 Like

Noted. Currently struggling to update this script for Glyphs 3.

Was this updated in some way? Does it work?