|
||||||||||
| 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.TfmLigature
public class TfmLigature
TFM-Ligature.
Ligature instruction
| Constructor Summary | |
|---|---|
TfmLigature(int skip,
short next,
short a,
boolean l,
boolean r,
byte s)
Create a new object. |
|
| Method Summary | |
|---|---|
short |
getAddingChar()
Returns the addingChar. |
byte |
getStepOver()
Returns the stepOver. |
boolean |
isKeepLeft()
Returns the keepLeft. |
boolean |
isKeepRight()
Returns the keepRight. |
java.lang.String |
toString()
|
| Methods inherited from class org.extex.font.format.tfm.TfmLigKern |
|---|
getKern, getNextChar, nextIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TfmLigature(int skip,
short next,
short a,
boolean l,
boolean r,
byte s)
skip - the skip amount to the next instruction.next - the code of the next character.a - character code of ligature character to be inserted.l - indication that the current character should
not be removed.r - indication that the next character should not be removed.s - number of characters from the current one to be stepped
over after performing of this instruction.| Method Detail |
|---|
public short getAddingChar()
public byte getStepOver()
public boolean isKeepLeft()
public boolean isKeepRight()
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 | |||||||||