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
|
| 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, RandomAccessFile raf, int offset) throws IOException
IOExceptionpublic int getType()
public int getSubtableCount()
public LookupSubtable getSubtable(int i)
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.