|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.font.format.ttf.OTFLookupGSUB
public class OTFLookupGSUB
An OpenType lookup for the GSUB table.
Nested Class Summary | |
---|---|
static class |
OTFLookupGSUB.LookupType
Enumeration of possible LookupType values in a GSUB table. |
Constructor Summary | |
---|---|
OTFLookupGSUB()
Constructor. |
Method Summary | |
---|---|
protected int |
getLookupFlag()
Returns the lookup flag. |
protected OTFLookupGSUB.LookupType |
getLookupType()
Returns the lookup type. |
protected OTFLookupGSUBSubtable[] |
getSubtables()
Returns the subtables. |
static OTFLookupGSUB |
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 OTFLookupGSUB()
Method Detail |
---|
public static OTFLookupGSUB parse(RandomAccessInput raInput, int offset) throws IOException
raInput
- The input from which the lookup is being parsed.offset
- The offset in raInput
for the start of the lookup table.
IOException
- For I/O errors during parsing.protected OTFLookupGSUB.LookupType getLookupType()
protected int getLookupFlag()
protected OTFLookupGSUBSubtable[] getSubtables()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |