public class Lookup extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IGNORE_BASE_GLYPHS |
static int |
IGNORE_BASE_LIGATURES |
static int |
IGNORE_BASE_MARKS |
static int |
MARK_ATTACHMENT_TYPE |
Constructor and Description |
---|
Lookup(LookupSubtableFactory factory,
RandomAccessFile raf,
int offset)
Creates new Lookup
|
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
public Lookup(LookupSubtableFactory factory, RandomAccessFile raf, int offset) throws IOException
IOException
public int getType()
public int getSubtableCount()
public LookupSubtable getSubtable(int i)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.