Package com.itextpdf.io.font.woff2
Class Woff2Common.Point
java.lang.Object
com.itextpdf.io.font.woff2.Woff2Common.Point
- Enclosing class:
Woff2Common
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
on_curve
public boolean on_curve
-
-
Constructor Details
-
Point
public Point(int x, int y, boolean on_curve)
-