aboutsummaryrefslogtreecommitdiff
path: root/python/python3-fontmake/README
diff options
context:
space:
mode:
authorVijay Marcel <vijaymrcel@outlook.com>2023-09-15 22:33:54 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-17 00:10:21 +0700
commit9c5e89b14ca70d7a62d14197418b1342cbb69003 (patch)
tree340898a2292453d5a3c14197393ee708b23d2d94 /python/python3-fontmake/README
parentc531ea13b2552c6ee2c2d376732f1f76c1622414 (diff)
python/python3-fontmake: Added (compile fonts).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-fontmake/README')
-rw-r--r--python/python3-fontmake/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/python/python3-fontmake/README b/python/python3-fontmake/README
new file mode 100644
index 0000000000..4cd46f9ebe
--- /dev/null
+++ b/python/python3-fontmake/README
@@ -0,0 +1,17 @@
+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