aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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)