
Readme for ttf2uafm
-------------------

What is it?
-----------
A utility programme that can generate afm and u2g files from Windows TTF fonts.
In contrast to the ttf2afm utility from pdfTeX, it can generata afm files for
all glyphs in a Unicode font, not only the first 258.

(U2g file is required by AbiWord <www.abisource.com> for printing with ttf fonts;
it contains a table needed to translate the glyph names used by the font to
Unicode values.)

Copyright
---------
This utility is placed into public domain. Most of the code was taken over from the
original ttf2afm programme that is part of pdfTeX. Please address bugfixes, etc.,
to <tomas@frydrych.uklinux.net>

Building it
-----------
Change into the directory where you unpacked the source for ttf2uafm and run do

	make

That's it; if you want the executable in one of your bin directories, move it there
by hand.

How to use it?
--------------
run ttf2uafm without arguments for instructions.

