|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.format.tfm.TfmLigKern
public abstract class TfmLigKern
TFM-LigKern.
Base class for Ligature and Kerning instructions.
It handles the skip amount to the next instruction in the
kern/lig program and the character code for the next character.
| Constructor Summary | |
|---|---|
TfmLigKern(int askip,
short next)
Create a new object. |
|
| Method Summary | |
|---|---|
TfmFixWord |
getKern()
Return the kern. |
short |
getNextChar()
Returns the nextChar. |
int |
nextIndex(int pos)
Tells the index to the ligtable of the next instruction of lig/kern program for given index of this instruction. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TfmLigKern(int askip,
short next)
askip - the skip amount to the next instruction. 0
means the folowing instruction is the next, a number < 0
means that there is no next instruction (this is the last).next - the code of the next character.| Method Detail |
|---|
public TfmFixWord getKern()
public short getNextChar()
public int nextIndex(int pos)
pos - the index of this instruction.
NOINDEX
if this is the last instruction of the lig/kern program.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||