public class TtfInstructionParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TtfInstructionParser.AbsoluteValue |
static class |
TtfInstructionParser.AddInstruction |
static class |
TtfInstructionParser.AdjustAngle |
static class |
TtfInstructionParser.AlignPoints |
static class |
TtfInstructionParser.AlignToReferencePoint |
static class |
TtfInstructionParser.CallFunction |
static class |
TtfInstructionParser.InterpolateUntouchedPoints |
static class |
TtfInstructionParser.PushBytes |
static class |
TtfInstructionParser.PushNBytes |
static class |
TtfInstructionParser.PushWords |
static class |
TtfInstructionParser.SetZonePointer2 |
static class |
TtfInstructionParser.TtfInstruction |
| Constructor and Description |
|---|
TtfInstructionParser() |
| Modifier and Type | Method and Description |
|---|---|
static TtfInstructionParser.TtfInstruction |
createFromCode(int code) |
List<TtfInstructionParser.TtfInstruction> |
parse(byte[] data) |
public List<TtfInstructionParser.TtfInstruction> parse(byte[] data) throws IOException, InstantiationException, IllegalAccessException
public static TtfInstructionParser.TtfInstruction createFromCode(int code) throws IllegalAccessException, InstantiationException, IOException
Copyright © 2016. All rights reserved.