Uses of Interface
org.extex.font.BaseFont

Packages that use BaseFont
org.extex.font This package contains the core data types for fonts in ExTeX. 
org.extex.font.format   
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 BaseFont in org.extex.font
 

Subinterfaces of BaseFont in org.extex.font
 interface ExtexFont
          Interface for the extex font.
 interface LoadableFont
          Interface for font which can be loaded from an external resource.
 

Uses of BaseFont in org.extex.font.format
 

Classes in org.extex.font.format that implement BaseFont
 class NullExtexFont
          This class implements a dummy font which does not contain any characters.
 

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

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

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

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

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

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

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

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