de.dante.extex.font.type.tfm
Class TFMKerning

java.lang.Object
  extended byde.dante.extex.font.type.tfm.TFMLigKern
      extended byde.dante.extex.font.type.tfm.TFMKerning
All Implemented Interfaces:
java.io.Serializable

public class TFMKerning
extends TFMLigKern
implements java.io.Serializable

TFM-Kerning

Kerning instruction

Version:
$Revision: 1.4 $
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
 
Methods inherited from class de.dante.extex.font.type.tfm.TFMLigKern
getNextChar, nextIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()
Description copied from class: TFMLigKern
Return the kern

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