public class GlyfCompositeDescript extends GlyfDescript
This class is based on code from Apache Batik a subproject of Apache XMLGraphics. see http://xmlgraphics.apache.org/batik/ for further details.
| Modifier and Type | Field and Description |
|---|---|
static short |
MORE_COMPONENTS |
static short |
WE_HAVE_INSTRUCTIONS |
ON_CURVE, REPEAT, X_DUAL, X_SHORT_VECTOR, Y_DUAL, Y_SHORT_VECTOR| Modifier and Type | Method and Description |
|---|---|
int |
getComponentCount()
Get number of components.
|
int |
getContourCount() |
int |
getEndPtOfContours(int i) |
byte |
getFlags(int i) |
int |
getPointCount() |
short |
getXCoordinate(int i) |
short |
getYCoordinate(int i) |
boolean |
isComposite() |
void |
resolve() |
getInstructionspublic static final short MORE_COMPONENTS
public static final short WE_HAVE_INSTRUCTIONS
public void resolve()
resolve in interface org.apache.fontbox.ttf.GlyphDescriptionresolve in class GlyfDescriptpublic int getEndPtOfContours(int i)
public byte getFlags(int i)
public short getXCoordinate(int i)
public short getYCoordinate(int i)
public boolean isComposite()
public int getPointCount()
public int getContourCount()
getContourCount in interface org.apache.fontbox.ttf.GlyphDescriptiongetContourCount in class GlyfDescriptpublic int getComponentCount()
Copyright © 2026. All rights reserved.