|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.font.format.ttf.OTFLookupGSUBx04x01.Ligature
public class OTFLookupGSUBx04x01.Ligature
One ligature.
Constructor Summary | |
---|---|
OTFLookupGSUBx04x01.Ligature()
|
Method Summary | |
---|---|
int |
checkSubstitution(IntArrayBuilder glyphIndexes,
int index)
Checks this ligature to see if it matches the current position in a sequence of glyphIndexes, and if so, makes the substitution. |
char[] |
getComponents()
Returns the array of component glyph indexes, starting with the second component (the first is in the Coverage table), and ordered according to the writing direction of the font. |
char |
getLigGlyph()
Returns the glyph index of the ligature to substitute, i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OTFLookupGSUBx04x01.Ligature()
Method Detail |
---|
public char getLigGlyph()
public char[] getComponents()
public int checkSubstitution(IntArrayBuilder glyphIndexes, int index)
glyphIndexes
- The sequence of glyphe indexes being examined.index
- The index into glyphIndexes
marking the current glyphs being compared.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |