Class TTPoint
java.lang.Object
com.adobe.fontengine.font.opentype.TTPoint
- All Implemented Interfaces:
Cloneable
Represents a point in a TrueType outline.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
onCurve
public boolean onCurve -
unscaled
-
original
-
unhinted
-
hinted
-
touchedX
public boolean touchedX -
touchedY
public boolean touchedY
-
-
Constructor Details
-
TTPoint
public TTPoint(int x, int y, boolean onCurve)
-
-
Method Details