Interface Glyf.CoordFlags
-
- Enclosing class:
- Glyf
public static interface Glyf.CoordFlags
-
-
Field Summary
Fields Modifier and Type Field Description static intON_CURVEstatic intREPEATstatic intTHIS_X_IS_SAMEstatic intTHIS_Y_IS_SAMEstatic intX_SHORT_VECTORstatic intY_SHORT_VECTOR
-
-
-
Field Detail
-
ON_CURVE
static final int ON_CURVE
- See Also:
- Constant Field Values
-
X_SHORT_VECTOR
static final int X_SHORT_VECTOR
- See Also:
- Constant Field Values
-
Y_SHORT_VECTOR
static final int Y_SHORT_VECTOR
- See Also:
- Constant Field Values
-
REPEAT
static final int REPEAT
- See Also:
- Constant Field Values
-
THIS_X_IS_SAME
static final int THIS_X_IS_SAME
- See Also:
- Constant Field Values
-
THIS_Y_IS_SAME
static final int THIS_Y_IS_SAME
- See Also:
- Constant Field Values
-
-