Package org.apache.fontbox.ttf
Class GlyphRenderer.Point
java.lang.Object
org.apache.fontbox.ttf.GlyphRenderer.Point
- Enclosing class:
- GlyphRenderer
This class represents one point of a glyph.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private int
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
private int x -
y
private int y -
onCurve
private boolean onCurve -
endOfContour
private boolean endOfContour
-
-
Constructor Details
-
Point
Point(int xValue, int yValue, boolean onCurveValue, boolean endOfContourValue) -
Point
Point(int xValue, int yValue)
-
-
Method Details