public final class AnkrTable
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AnkrTable() |
|
AnkrTable(char version,
char flags,
int lookupTableOffset,
int anchorPointTableOffset) |
protected |
AnkrTable(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
anchorPointTableOffset()
Byte offset to start of anchor point table
|
char |
flags()
never leave home without them (see 'Zapf')
|
int |
lookupTableOffset()
Byte offset to lookup table mapping glyphs to offset into anchor point table
|
void |
setAnchorPointTableOffset(int value)
Byte offset to start of anchor point table
|
void |
setFlags(char value)
never leave home without them (see 'Zapf')
|
void |
setLookupTableOffset(int value)
Byte offset to lookup table mapping glyphs to offset into anchor point table
|
void |
setVersion(char value)
0
|
char |
version()
0
|
public AnkrTable()
protected AnkrTable(org.moe.natj.general.Pointer peer)
public AnkrTable(char version,
char flags,
int lookupTableOffset,
int anchorPointTableOffset)
public char version()
public void setVersion(char value)
public char flags()
public void setFlags(char value)
public int lookupTableOffset()
public void setLookupTableOffset(int value)
public int anchorPointTableOffset()
public void setAnchorPointTableOffset(int value)