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

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

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

Subclasses of TfmLigKern in org.extex.font.format.tfm
 class TfmKerning
          TFM-Kerning.
 class TfmLigature
          TFM-Ligature.
 

Methods in org.extex.font.format.tfm that return TfmLigKern
 TfmLigKern[] TfmCharInfoWord.getLigKernTable()
          Getter for ligKernTable.
 TfmLigKern[] TfmLigKernArray.getLigKernTable()
          Returns the ligKernTable.
 

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