slackbuilds/python/python3-fontmake
Vijay Marcel 42755de472
python/python3-fontmake: Updated for version 3.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-11-23 07:25:08 +07:00
..
README
python3-fontmake.SlackBuild python/python3-fontmake: Updated for version 3.10.0. 2024-11-23 07:25:08 +07:00
python3-fontmake.info python/python3-fontmake: Updated for version 3.10.0. 2024-11-23 07:25:08 +07:00
slack-desc

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