public abstract class GlyfDescript extends Object implements org.apache.fontbox.ttf.GlyphDescription
| Modifier and Type | Field and Description |
|---|---|
static byte |
ON_CURVE
if set, the point is on the curve.
|
static byte |
REPEAT
if set, the next byte specifies the number of additional
times this set of flags is to be repeated.
|
static byte |
X_DUAL
This flag as two meanings, depending on how the
x-short vector flags is set.
|
static byte |
X_SHORT_VECTOR
if set, the x-coordinate is 1 byte long.
|
static byte |
Y_DUAL
This flag as two meanings, depending on how the
y-short vector flags is set.
|
static byte |
Y_SHORT_VECTOR
if set, the y-coordinate is 1 byte long.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getContourCount() |
int[] |
getInstructions()
Returns the hinting instructions.
|
void |
resolve() |
public static final byte ON_CURVE
public static final byte X_SHORT_VECTOR
public static final byte Y_SHORT_VECTOR
public static final byte REPEAT
public static final byte X_DUAL
public static final byte Y_DUAL
public void resolve()
resolve in interface org.apache.fontbox.ttf.GlyphDescriptionpublic int getContourCount()
getContourCount in interface org.apache.fontbox.ttf.GlyphDescriptionpublic int[] getInstructions()
Copyright © 2026. All rights reserved.