This directory contains ttf2tfm and ttf2pk, two utilities based on

    afm2tfm    (dvipsk distribution),
    gsftopkk   (dvipsk distribution),
    and the FreeType rasterizer for TrueType fonts.


Compile the FreeType library first!  You need an installed kpathsea library
too.

Then say

    ./configure --with-kpathsea-dir=<kpathsea base directory>
    make

[Note: It seems that c-auto.h created during the kpathsea library compiling
       process won't be installed.  You should add it manually, i.e., copy
       <web2c source tree>/kpathsea/c-auto.h to the location where
       kpathsea.h has been installed.]

TTF file are searched in the Type1 directory... Perhaps a future kpathsea
library version will contain a kpse_ttf_format variable.

The mapping process uses the following tables currently:

    The Microsoft/Unicode CMap table from the font file
        (Glyph#->Unicode#)
    A fixed (enclib.c) table
        (Unicode->Adobe Name)
    A .enc file
        (Adobe Name -> OT1, T1, ... code)


Primary author of afm2tfm: T. Rokicki,
Primary author of gsftopk: P.Vojta
Primary author of the kpathsea library,
                  afm2tfm/gsftopk adaptation: K. Berry.

--
Frederic Loyer <loyer@ensta.fr>
Werner Lemberg <a7971428@unet.univie.ac.at>
