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

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

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

Methods in org.extex.font.format.tfm that return TfmExtenArray
 TfmExtenArray TfmReader.getExten()
          Returns the exten.
 

Methods in org.extex.font.format.tfm with parameters of type TfmExtenArray
 void TfmCharInfoArray.createCharTable(TfmWidthArray widtha, TfmHeightArray heighta, TfmDepthArray deptha, TfmItalicArray italica, TfmExtenArray extena, int abc, TfmLigKern[] lk)
          Create the char table.
 void TfmVisitor.visitTfmExtenArray(TfmExtenArray exten)
          Visit the TfmExtenArray.