Nu Alfabet
This is a family of fonts that clone Wim Crouwel’s New Alphabet parametric typesetting system. It is the culmination of an exercise for learning how to use Python and the Glyphs font editor API. The family consists of several variations in the glyphs proportions automatically generated from a high level description of the design in Python code (or a “metafont” in the broad sense that Donald Knuth defined in the Metafontbook, that is, “a schematic description of the shapes in a family of related fonts”).
Each font has in its name a sequence of five parameters that describe its proportions, in order (image reference of each parameter between brackets):
- number of vertical units (odd progression, defines glyph width) [a]
- number of UPMs per vertical unit (that is, the unit width) [b]
- number of horizontal units (odd progression; defines glyph height; at least x-height + 4) [c]
- number of UPMs per horizontal unit (that is, the unit height) [d]
- number of horizontal units that comprise the x-height (odd progression) [x]
This abides by the manner in which Crouwel conceived the system variations.
All fonts published in this repository are licensed under the SIL Open Font License.