|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.tfm.TfmLigKern
org.extex.font.format.tfm.TfmKerning
public class TfmKerning
TFM-Kerning.
Kerning instruction
| 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 |
|---|
public TfmKerning(int skip,
short next,
TfmFixWord k)
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 |
|---|
public TfmFixWord getKern()
getKern in class TfmLigKernTfmLigKern.getKern()public java.lang.String toString()
toString in class TfmLigKernObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||