summaryrefslogtreecommitdiff
path: root/misc/tools/postprocess_instance_ufo.py
AgeCommit message (Collapse)AuthorFilesLines
2023-06-12fixes OS/2 table usWeightClass entry in static fonts by rounding to nearest ↵v4.0-beta9gRasmus Andersson1-0/+3
100th. Closes #583
2023-06-12make sure "Italic" is excluded from familyName in UFO fontinfo, re #519Rasmus Andersson1-1/+1
2023-06-08fixes name table entries for static files, re issue #519Rasmus Andersson1-1/+22
2023-06-08attempt at fixing names for Windows, re issue #519Rasmus Andersson1-23/+0
2022-10-16fix to float detection in postprocess_instance_ufo.pyRasmus Andersson1-1/+1
2022-10-16make postprocess_instance_ufo.py ~20% faster by only setting a defcon ↵Rasmus Andersson1-5/+6
property when the value is different
2022-10-16workaround for bug in defconRasmus Andersson1-1/+6
2022-10-16workaround for bug in glyphslib/fontmake that generates UFO glyphs with ↵Rasmus Andersson1-3/+18
fractional widths. Closes #508
2022-10-08patch UFO files with WWS entries and simplify UFO generationRasmus Andersson1-0/+28
Patches UFO files to contain WWS entries. Also simplify UFO generation by moving the hard-coded make rules from the makefile into a shell script. Related to #498 and https://github.com/googlefonts/glyphsLib/issues/820