public class Lookup
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
flag |
static int |
IGNORE_BASE_GLYPHS |
static int |
IGNORE_BASE_LIGATURES |
static int |
IGNORE_BASE_MARKS |
static int |
MARK_ATTACHMENT_TYPE |
private int |
subTableCount |
private int[] |
subTableOffsets |
private LookupSubtable[] |
subTables |
private int |
type |
Constructor and Description |
---|
Lookup(LookupSubtableFactory factory,
java.io.RandomAccessFile raf,
int offset)
Creates new Lookup
|
Modifier and Type | Method and Description |
---|---|
LookupSubtable |
getSubtable(int i) |
int |
getSubtableCount() |
int |
getType() |
public static final int IGNORE_BASE_GLYPHS
public static final int IGNORE_BASE_LIGATURES
public static final int IGNORE_BASE_MARKS
public static final int MARK_ATTACHMENT_TYPE
private int type
private int flag
private int subTableCount
private int[] subTableOffsets
private LookupSubtable[] subTables
public Lookup(LookupSubtableFactory factory, java.io.RandomAccessFile raf, int offset) throws java.io.IOException
java.io.IOException
public int getType()
public int getSubtableCount()
public LookupSubtable getSubtable(int i)