summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGeorge Williams <gww@silcom.com>2001-12-05 07:55:34 +0000
committerGeorge Williams <gww@silcom.com>2001-12-05 07:55:34 +0000
commit5a3715c05cd1e3f5c362a465bc5f2c6180fbe2be (patch)
treecc992b496635f7ad43df854c5633cc56e0c57fd6 /README
parent5cef931ff57c8bc8259cc97d11a86782f885488e (diff)
First version of ufond
Fixes to fondu First version of showfond
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..35ad169
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+BUILDING FONDU
+ I hope that these programs are sufficiently simple that they don't need a
+ configure script. Just type
+ $ make
+ $ make install
+
+RUNNING FONDU
+ fondu mac-font-files
+ Will convert a series of mac font files (copied over to unix in binhex or
+ macbinary formats) into their equivalent unix font files.
+ ufond unix-font-files
+ Will convert a series of unix font files into the equivalent mac font file(s)
+ If several of the unix fonts have the same font family, then they will all
+ be placed in one mac FOND (family).
+ showfond mac-font-files
+ Will show some information about various mac font resources.