Uses of Interface
org.extex.font.LoadableFont

Packages that use LoadableFont
org.extex.font.format.afm This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. 
org.extex.font.format.tfm This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. 
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
org.extex.font.format.xtf This package contains the definitions and implementations for the TTF/OTF font handling in ExTeX. 
 

Uses of LoadableFont in org.extex.font.format.afm
 

Classes in org.extex.font.format.afm that implement LoadableFont
 class LoadableAfmFont
          Class to load afm fonts.
 

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

Classes in org.extex.font.format.tfm that implement LoadableFont
 class LoadableTfmFont
          Class to load tfm fonts.
 

Uses of LoadableFont in org.extex.font.format.vf
 

Classes in org.extex.font.format.vf that implement LoadableFont
 class LoadableVfFont
          Class to load the virtual font.
 

Uses of LoadableFont in org.extex.font.format.xtf
 

Classes in org.extex.font.format.xtf that implement LoadableFont
 class LoadableXtfFont
          Class to load xtf fonts.