You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vijay Marcel 42755de472
python/python3-fontmake: Updated for version 3.10.0.
1 year ago
..
README python/python3-fontmake: Added (compile fonts). 2 years ago
python3-fontmake.SlackBuild python/python3-fontmake: Updated for version 3.10.0. 1 year ago
python3-fontmake.info python/python3-fontmake: Updated for version 3.10.0. 1 year ago
slack-desc python/python3-fontmake: Added (compile fonts). 2 years ago

README

Fontmake compiles fonts from various sources such as
UFO, glyph and designspace into binaries such as
OTF and TTF. You can use it to create static instances
and variable fonts.

To generate OpenType fonts run

fontmake -u MyFontFamily/Regular.ufo

To generate Truetype fonts run

fontmake -u MyFontFamily/Regular.ufo -o ttf

To save the generated font in a different
directory run

fontmake -u MyFontFamily.ufo -o ttf --output-dir $DIR/ttf