New to Typophile? Accounts are free, and easy to set up.
Hi everybody,
is there a way to automatically set L/R/LR kern class flags according to the name using Python?
I'm importing a .ufo back into FontLab, but since .ufo doesn't support the flags the kern classes are unflagged, and I have to manually re-import the kern class files.
Or, in other words: How do I manipulate kern classes of FL font objects anyway?
Only thing I could find is f.classes, which gives a list of classes and members, which is probably editable. But what about the flags?
Thank,
Yanone
23 Feb 2010 — 6:25am
Hi,
I had the same problem, but fortunately there is a solution for this (see the down posts):
http://forum.fontlab.com/python-scripting/adding-kerning-classes-to-the-...
regards, em.
23 Feb 2010 — 8:27am
Wow, thank you (+Eigi).
I tried the FLPyDoc, but didn't see this funtion documented.
Btw, I did try to search beforehand. But the search here didn't work :(