aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-08 20:20:14 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-08 20:20:14 +0200
commite5d13dc18fb76b71a4ecb1da28f8c02beaf22d2f (patch)
tree21c549179146b8e8402077dd9e25e87ec9f15aef /README
parentdfcf2da3561dc2708c0b9ebbcf5bb1bbd3c33749 (diff)
downloadfnt-e5d13dc18fb76b71a4ecb1da28f8c02beaf22d2f.tar.gz
Add documentationHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d5685e7
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+This folder contains a variety of helpful tools for font conversion.
+
+Makefile:
+
+ .ttf -> .afm -> .dit (ditroff font for (g)troff)
+ .bdf -> .otb
+
+ fonts (install otb fonts to ~/.fonts)
+ groff (install fonts to groff's system font directory)
+
+All rules assume that the fonts are located in the var/ directory.
+
+Extra scripts:
+
+ rename (given a family name, rename troff font file appropriately)
+ convert (batch generate and rename troff font files)