public class LookupList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
lookupCount |
private int[] |
lookupOffsets |
private Lookup[] |
lookups |
| Constructor and Description |
|---|
LookupList(java.io.RandomAccessFile raf,
int offset,
LookupSubtableFactory factory)
Creates new LookupList
|
| Modifier and Type | Method and Description |
|---|---|
Lookup |
getLookup(Feature feature,
int index) |
private int lookupCount
private int[] lookupOffsets
private Lookup[] lookups
public LookupList(java.io.RandomAccessFile raf,
int offset,
LookupSubtableFactory factory)
throws java.io.IOException
java.io.IOException