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

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

Uses of TfmCharInfoWord in org.extex.font.format.ofm
 

Subclasses of TfmCharInfoWord in org.extex.font.format.ofm
 class OfmCharInfoWord
          Class for OFM char info word.
 

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

Methods in org.extex.font.format.tfm that return TfmCharInfoWord
 TfmCharInfoWord[] TfmCharInfoArray.getCharinfoword()
          Returns the charinfoword.
 TfmCharInfoWord TfmCharInfoArray.getCharInfoWord(int i)
          Returns the charinfoword for the character.
 

Methods in org.extex.font.format.tfm with parameters of type TfmCharInfoWord
 boolean TfmLigKernArray.foundLigKern(TfmCharInfoWord ciw)
          Check, if char has ligature or kern.