org.extex.font.format.tfm
Class TfmKerning

java.lang.Object
  extended by org.extex.font.format.tfm.TfmLigKern
      extended by org.extex.font.format.tfm.TfmKerning
All Implemented Interfaces:
java.io.Serializable

public class TfmKerning
extends TfmLigKern
implements java.io.Serializable

TFM-Kerning.

Kerning instruction

Version:
$Revision: 5837 $
Author:
Michael Niedermair
See Also:
Serialized Form

Constructor Summary
TfmKerning(int skip, short next, TfmFixWord k)
          Create a new object.
 
Method Summary
 TfmFixWord getKern()
          Return the kern.
 java.lang.String toString()
          
 
Methods inherited from class org.extex.font.format.tfm.TfmLigKern
getNextChar, nextIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TfmKerning

public TfmKerning(int skip,
                  short next,
                  TfmFixWord k)
Create a new object.

Parameters:
skip - the skip amount to the next instruction.
next - the code of the next character.
k - the amount of kerning between the current and the next characters.
Method Detail

getKern

public TfmFixWord getKern()
Return the kern.

Overrides:
getKern in class TfmLigKern
Returns:
Return the kern.
See Also:
TfmLigKern.getKern()

toString

public java.lang.String toString()

Overrides:
toString in class TfmLigKern
See Also:
Object.toString()