public abstract static class TtfInstructionParser.TtfInstruction extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
code |
InstructionStack |
stack |
| Constructor and Description |
|---|
TtfInstruction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesMatch(int code) |
abstract int[] |
getCodeRanges() |
abstract void |
read(FontDataInputStream in) |
public InstructionStack stack
public int code
public abstract int[] getCodeRanges()
public abstract void read(FontDataInputStream in) throws IOException
IOExceptionpublic boolean doesMatch(int code)
Copyright © 2016. All rights reserved.