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

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

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

Methods in org.extex.font.format.tfm that return TfmKeyInt
 TfmKeyInt TfmIndexMultimap.at(int i)
          (key, value) pair at given position.
 

Methods in org.extex.font.format.tfm with parameters of type TfmKeyInt
 void TfmIndexMultimap.insert(TfmKeyInt p, int i)
          Insert a (key, value) pair at the given position.