Font utilities

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.1 Picture

Following is a pictorial representation of the typical order in which these programs are used, as well as their input and output.

GSrenderfont is not in the picture since it is intended for an entirely separate purpose (namely, making bitmaps from PostScript outlines). Fontconvert also has many functions which are not needed for the basic task of font creation from scanned images.

 
                                         ---------------
                                         | fontconvert |
                                       / ---------------
                             /--------/         ^
scanned                     /                   |
image                      /                    v
and IFI   -----------    GF   -------------  TFM, GF   --------  BZR
========> | imageto | ======> | charspace | =========> | limn | ======...
  ^       -----------         -------------     ^      --------
  |                         /                   |               (continued)
  v                       CMI                   v
-------------                               --------
| imgrotate |                               | xbfe |
-------------                               --------



                                  Metafont source    ------  GF, TFM
                             |=====================> | mf | =========
 (continued)                 |                       ------
                             |
      BZR   ---------  TFM,  |   PostScript Type 1 (gsf)
... ======> | bzrto |========|=======================
            ---------        |
          /                  |
        CCC                  |   PostScript Type 3 (pf3)
                             |======================
                             |
                             |
                             |    BPL    ------------  BZR
                             |=========> | bpltobzr | =====
                                         ------------

See section 5. File formats, for more information on these file formats.