Package apple.coretext.struct
Class AnchorPointTable
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coretext.struct.AnchorPointTable
-
public final class AnchorPointTable extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description AnchorPointTable()AnchorPointTable(int nPoints, AnchorPoint points)protectedAnchorPointTable(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intnPoints()number of anchor points defined for this glyphAnchorPointpoints()first anchor point starts herevoidsetNPoints(int value)number of anchor points defined for this glyphvoidsetPoints(AnchorPoint value)first anchor point starts here
-
-
-
Constructor Detail
-
AnchorPointTable
public AnchorPointTable()
-
AnchorPointTable
protected AnchorPointTable(org.moe.natj.general.Pointer peer)
-
AnchorPointTable
public AnchorPointTable(int nPoints, AnchorPoint points)
-
-
Method Detail
-
nPoints
public int nPoints()
number of anchor points defined for this glyph
-
setNPoints
public void setNPoints(int value)
number of anchor points defined for this glyph
-
points
public AnchorPoint points()
first anchor point starts here
-
setPoints
public void setPoints(AnchorPoint value)
first anchor point starts here
-
-