Package de.dante.extex.font.type.tfm.psfontsmap

This package contains the definitions and implementations for the psfonts.map-file.

See:
          Description

Class Summary
PSFontEncoding Container for a psfonts.map-line
PSFontsMapReader Reader for a psfonts.map-file.
 

Package de.dante.extex.font.type.tfm.psfontsmap Description

This package contains the definitions and implementations for the psfonts.map-file.

Fileformat

Example:

    cmb10 CMB10 " TeXf7b6d320Encoding ReEncodeFont " <f7b6d320.enc <cmb10.pfb
    cmbsy10 CMBSY10 " TeX10037936Encoding ReEncodeFont " <10037936.enc <cmbsy10.pfb
    cmbsy5 CMBSY5 <cmbsy5.pfb
    cmbsy6 CMBSY7 <cmbsy7.pfb
  
cmb10
The filebname of the font.
CMB10
The name of the font.
" TeXf7b6d320Encoding ReEncodeFont "
Encoding (optional)
<f7b6d320.enc
The encodingfile for the font. (optional)
<cmb10.pfb
The corespondig pfb-file. (optional)