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

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

Subclasses of TfmCharInfoArray in org.extex.font.format.ofm
 class OfmCharInfoArray
          Class for TFM char info.
 

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

Methods in org.extex.font.format.tfm that return TfmCharInfoArray
 TfmCharInfoArray TfmReader.getCharinfo()
          Returns the charinfo.
 TfmCharInfoArray TfmLigKernArray.getCharinfo()
          Getter for charinfo.
 

Methods in org.extex.font.format.tfm with parameters of type TfmCharInfoArray
 void TfmLigKernArray.calculate(TfmCharInfoArray chari, TfmKernArray akern, int abc)
          Calculate lig/kern.
 void TfmVisitor.visitTfmCharInfoArray(TfmCharInfoArray charinfo)
          Visit the TfmCharInfoArray.