-
Re: Origins of Python in Type Design
Post RoboFog, FontLab added a scripting layer (sometime in the lifetime of version 4 I think—others have a better idea then I do here). Previously it had no way of scripting. This layer (you can read…9 -
Re: Glyph width with TTX
I think that TTX isn't the right tool for this; it's couple of lines of python in most editors. In Robofab lingo: font = CurrentFont() for glyph in font: print glyph.name + ': ' + str(glyph.box[2] - …2