public final class AnchorPointTable
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AnchorPointTable() |
|
AnchorPointTable(int nPoints,
AnchorPoint points) |
protected |
AnchorPointTable(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
nPoints()
number of anchor points defined for this glyph
|
AnchorPoint |
points()
first anchor point starts here
|
void |
setNPoints(int value)
number of anchor points defined for this glyph
|
void |
setPoints(AnchorPoint value)
first anchor point starts here
|
public AnchorPointTable()
protected AnchorPointTable(org.moe.natj.general.Pointer peer)
public AnchorPointTable(int nPoints,
AnchorPoint points)
public int nPoints()
public void setNPoints(int value)
public AnchorPoint points()
public void setPoints(AnchorPoint value)