Uses of Class
org.extex.util.font.AbstractFontUtil

Packages that use AbstractFontUtil
org.extex.util.font.afm   
org.extex.util.font.texencoding   
org.extex.util.font.tfm   
org.extex.util.font.xtf   
 

Uses of AbstractFontUtil in org.extex.util.font.afm
 

Subclasses of AbstractFontUtil in org.extex.util.font.afm
 class Afm2Enc
          Create encoding vectors from a afm file.
 class Afm2Mtx
          Create mtx files (fontinst) from a afm file.
 class Afm2Var
          Extract the afm information's the shell variables.
 class Afm2Xml
          Convert a afm file to a xml file.
 class AfmListGlyphs
          List all glyphs of a font.
 class AfmMissingGlyph
          Print the missing glyphs from a font.
 

Uses of AbstractFontUtil in org.extex.util.font.texencoding
 

Subclasses of AbstractFontUtil in org.extex.util.font.texencoding
 class CreateEmptyEncoding
          Create a empty tex font encoding vector.
 

Uses of AbstractFontUtil in org.extex.util.font.tfm
 

Subclasses of AbstractFontUtil in org.extex.util.font.tfm
 class Tfm2Pl
          Convert a tfm font to a pl file.
 class Tfm2Xml
          Convert a tfm font to a xml file.
 

Uses of AbstractFontUtil in org.extex.util.font.xtf
 

Subclasses of AbstractFontUtil in org.extex.util.font.xtf
 class Xtf2Var
          Extract the xtf information's the shell variables.
 class Xtf2Xml
          Convert a xtf font to a xml file.