public class GlyfCompositeDescript extends GlyfDescript
Modifier and Type | Field and Description |
---|---|
protected boolean |
beingResolved |
protected boolean |
resolved |
onCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector
Constructor and Description |
---|
GlyfCompositeDescript(GlyfTable parentTable,
java.io.ByteArrayInputStream bais) |
Modifier and Type | Method and Description |
---|---|
int |
getComponentCount() |
int |
getComponentIndex(int i) |
protected GlyfCompositeComp |
getCompositeComp(int i) |
protected GlyfCompositeComp |
getCompositeCompEndPt(int i) |
int |
getContourCount() |
int |
getEndPtOfContours(int i) |
byte |
getFlags(int i) |
int |
getPointCount() |
short |
getXCoordinate(int i) |
short |
getYCoordinate(int i) |
boolean |
isComposite() |
void |
resolve() |
getNumberOfContours, getXMaximum, getXMinimum, getYMaximum, getYMinimum
getInstructions, readInstructions, readInstructions
public GlyfCompositeDescript(GlyfTable parentTable, java.io.ByteArrayInputStream bais)
public void resolve()
resolve
in class GlyfDescript
public 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()
public int getComponentIndex(int i)
public int getComponentCount()
protected GlyfCompositeComp getCompositeComp(int i)
protected GlyfCompositeComp getCompositeCompEndPt(int i)
Copyright © 2022 Apache Software Foundation. All Rights Reserved.