-
Large specimen book storage
How does everyone store their thick specimen books? My 1923 ATF specimen book is a bit worse for wear so I've always stored it laying flat instead of upright. It's nearly 100 years old, so it stands …1 -
Re: Sort multiple-mapping sequentially in FontLab
FLS 5? from FL import fl<br><br>for glyph in fl.font.glyphs:<br> if len(glyph.unicodes) > 1:<br> glyph.unicodes = list(sorted(glyph.unicodes))<br> glyph.unicode = gly…1 -
Windows FontLab 5.2 .vfb to UFO3 converter
This summer I developed a Python package to generate UFO3 instance fonts from a multiple-master .vfb font file within Windows FontLab 5.2. It is available at https://github.com/spiratype/vfb_ufo3. Mo…2 -
Re: Fontlab 5: How to 'Update [kern] feature' in all open fonts?
<div>from FL import Feature, fl # loop through open fonts for ifont in range(len(fl)): font = fl[ifont] # generate 'kern' feature value kern_feature_value = font.MakeKernFeature().value # creat…2 -
Re: Weapon of choice
For anyone interested in a brand new Microsoft Intellimouse, Microsoft is releasing a slightly updated Intellimouse 3.0, it's called the Classic Intellimouse.3