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

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

Uses of TfmHeaderArray in org.extex.font.format.ofm
 

Methods in org.extex.font.format.ofm that return TfmHeaderArray
 TfmHeaderArray OfmReader.getHeader()
          Getter for header.
 

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

Methods in org.extex.font.format.tfm that return TfmHeaderArray
 TfmHeaderArray TfmReader.getHeader()
          Returns the header.
 

Methods in org.extex.font.format.tfm with parameters of type TfmHeaderArray
 void TfmVisitor.visitTfmHeaderArray(TfmHeaderArray header)
          Visit the TfmHeaderArray.