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

Packages that use TfmHeaderLengths
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 TfmHeaderLengths in org.extex.font.format.ofm
 

Subclasses of TfmHeaderLengths in org.extex.font.format.ofm
 class OfmHeaderLengths
          Class for the OFM header length table.
 

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

Methods in org.extex.font.format.tfm that return TfmHeaderLengths
 TfmHeaderLengths TfmReader.getLengths()
          Returns the lengths.
 

Methods in org.extex.font.format.tfm with parameters of type TfmHeaderLengths
 void TfmVisitor.visitTfmHeaderLengths(TfmHeaderLengths lengths)
          Visit the TfmHeaderLengths.