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

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

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

Methods in org.extex.font.format.tfm that return TfmWidthArray
 TfmWidthArray TfmReader.getWidth()
          Returns the width.
 TfmWidthArray TfmCharInfoArray.getWidth()
          Returns the width.
 

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