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.
| 限定符和类型 | 字段和说明 |
|---|---|
static short |
MORE_COMPONENTS |
static short |
WE_HAVE_INSTRUCTIONS |
ON_CURVE, REPEAT, X_DUAL, X_SHORT_VECTOR, Y_DUAL, Y_SHORT_VECTOR| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 org.apache.fontbox.ttf.GlyphDescriptionresolve 在类中 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 在接口中 org.apache.fontbox.ttf.GlyphDescriptiongetContourCount 在类中 GlyfDescriptpublic int getComponentCount()
Copyright © 2024. All rights reserved.