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

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

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

Methods in org.extex.font.format.tfm that return TfmDepthArray
 TfmDepthArray TfmReader.getDepth()
          Returns the depth.
 TfmDepthArray TfmCharInfoArray.getDepth()
          Returns the depth.
 

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