public final class MortChain
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MortChain() |
protected |
MortChain(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
defaultFlags()
default flags for this chain
|
MortFeatureEntry |
featureEntries() |
int |
length()
byte length of this chain
|
char |
nFeatures()
number of feature entries
|
char |
nSubtables()
number of subtables
|
void |
setDefaultFlags(int value)
default flags for this chain
|
void |
setFeatureEntries(MortFeatureEntry value) |
void |
setLength(int value)
byte length of this chain
|
void |
setNFeatures(char value)
number of feature entries
|
void |
setNSubtables(char value)
number of subtables
|
public MortChain()
protected MortChain(org.moe.natj.general.Pointer peer)
public int defaultFlags()
public void setDefaultFlags(int value)
public int length()
public void setLength(int value)
public char nFeatures()
public void setNFeatures(char value)
public char nSubtables()
public void setNSubtables(char value)
public MortFeatureEntry featureEntries()
public void setFeatureEntries(MortFeatureEntry value)