public class Lookup
extends java.lang.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,
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
public Lookup(LookupSubtableFactory factory, java.io.RandomAccessFile raf, int offset) throws java.io.IOException
java.io.IOExceptionpublic int getType()
public int getSubtableCount()
public LookupSubtable getSubtable(int i)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.