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

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

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

Methods in org.extex.font.format.tfm that return TfmHeightArray
 TfmHeightArray TfmReader.getHeight()
          Returns the height.
 TfmHeightArray TfmCharInfoArray.getHeight()
          Returns the height.
 

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