|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.font.format.ttf.OTFLookupGSUBSubtable
org.foray.font.format.ttf.OTFLookupGSUBx04x01
public class OTFLookupGSUBx04x01
A Ligature Substitution Format 1 GSUB Subtable.
Nested Class Summary | |
---|---|
class |
OTFLookupGSUBx04x01.Ligature
One ligature. |
class |
OTFLookupGSUBx04x01.LigatureSet
A set of ligatures. |
Constructor Summary | |
---|---|
OTFLookupGSUBx04x01()
Constructor. |
Method Summary | |
---|---|
protected OTFCoverage |
getCoverage()
Returns the coverage for this subtable. |
protected OTFLookupGSUBx04x01.LigatureSet[] |
getLigatureSets()
Returns the ligatures sets for this subtable. |
void |
makeSubstitutions(IntArrayBuilder glyphIndexes,
org.axsl.font.FontOptions options)
Looks through the possible substitution in this font, and for those that the client wants, converts the glyph indexes for those subsitutions. |
static OTFLookupGSUBx04x01 |
parse(RandomAccessInput raInput,
int offset)
Parses a lookup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OTFLookupGSUBx04x01()
Method Detail |
---|
public static OTFLookupGSUBx04x01 parse(RandomAccessInput raInput, int offset) throws IOException
raInput
- The input from which the subtable is being parsed.offset
- The offset in raInput
for the start of the subtable.
IOException
- For I/O errors during parsing.protected OTFCoverage getCoverage()
protected OTFLookupGSUBx04x01.LigatureSet[] getLigatureSets()
public void makeSubstitutions(IntArrayBuilder glyphIndexes, org.axsl.font.FontOptions options)
glyphIndexes
- The glyph indexes for which substitutions are being considered.options
- The font options, such as ligatures and small-caps that should be used when computing the glyphs
for this word.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |