Uses of Class
org.extex.font.format.tfm.TfmFontType

Packages that use TfmFontType
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
 

Uses of TfmFontType in org.extex.font.format.tfm
 

Methods in org.extex.font.format.tfm that return TfmFontType
 TfmFontType TfmHeaderArray.getFontType()
          Returns the fontype.
 TfmFontType TfmReader.getFontType()
          Returns the font type.
 

Constructors in org.extex.font.format.tfm with parameters of type TfmFontType
TfmParamArray(RandomAccessR rar, int size, TfmFontType ft)
          Create a new object.