public final class KernOrderedListEntry
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
KernOrderedListEntry() |
|
KernOrderedListEntry(KernKerningPair pair,
short value) |
protected |
KernOrderedListEntry(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
KernKerningPair |
pair()
the kerning pair
|
void |
setPair(KernKerningPair value)
the kerning pair
|
void |
setValue(short value)
the kerning value for the above pair
|
short |
value()
the kerning value for the above pair
|
public KernOrderedListEntry()
protected KernOrderedListEntry(org.moe.natj.general.Pointer peer)
public KernOrderedListEntry(KernKerningPair pair, short value)
public KernKerningPair pair()
public void setPair(KernKerningPair value)
public short value()
public void setValue(short value)