Skip to content

Xgridfit

Compare
Choose a tag to compare
@psb1558 psb1558 released this 21 Sep 10:14
· 87 commits to master since this release
6c1e876

Xgridfit (formerly hosted at Sourceforge) is an XML-based TrueType hinting language for font developers who aren’t quite satisfied with auto-hinting, or who feel they’re going to lose it if they have to hint one more serif with a graphical tool. It is about delivering fine-grained control over hinting while relieving developers of the necessity of fiddling with reference pointers and other minutiae, and, perhaps more importantly, about re-using code via macros and user-defined functions.

Version 3 radically reduces the verbosity of the language, eliminates multiple dependencies (its only dependencies, aside from Python 3, are fonttools, lxml and setuptools), adds support for variable fonts, enhances the ability to merge its own instructions with instructions produced by autohinters, and supports the modern practice of hinting only on the y axis.

Version 3.1.1 introduces the ability to suppress optimization for individual glyphs and clears away much obsolete code.