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

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

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

Methods in org.extex.font.format.tfm that return TfmKernArray
 TfmKernArray TfmReader.getKern()
          Returns the kern.
 

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