|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.font.format.ttf.OTFLanguageSystem
public class OTFLanguageSystem
An OpenType Language System.
Field Summary | |
---|---|
static byte |
TAG_SIZE
The size, in bytes, of an OpenType Language System tag. |
Constructor Summary | |
---|---|
OTFLanguageSystem()
Constructor. |
Method Summary | |
---|---|
char[] |
getFeatureIndexes()
Returns the (arbitarily ordered) array of indexes into the features list. |
char |
getRequiredFeatureIndex()
Returns the index of a required feature in this language system. |
static OTFLanguageSystem |
parse(RandomAccessInput raInput,
int offset)
Parses a language system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte TAG_SIZE
Constructor Detail |
---|
public OTFLanguageSystem()
Method Detail |
---|
public static OTFLanguageSystem parse(RandomAccessInput raInput, int offset) throws IOException
raInput
- The input from which the language system is being parsed.offset
- The offset in raInput
for the start of the language system.
IOException
- For I/O errors during parsing.public char getRequiredFeatureIndex()
public char[] getFeatureIndexes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |