Module io.sf.carte.echosvg.svggen
Class GlyfCompositeDescript
java.lang.Object
io.sf.carte.echosvg.svggen.font.table.Program
io.sf.carte.echosvg.svggen.font.table.GlyfDescript
io.sf.carte.echosvg.svggen.font.table.GlyfCompositeDescript
- All Implemented Interfaces:
GlyphDescription
Glyph description for composite glyphs. Composite glyphs are made up of one
or more simple glyphs, usually with some sort of transformation applied to
each.
-
Field Summary
Fields inherited from class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
onCurve, parentTable, repeat, xDual, xShortVector, yDual, yShortVector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getComponentIndex
(int i) protected GlyfCompositeComp
getCompositeComp
(int i) protected GlyfCompositeComp
getCompositeCompEndPt
(int i) int
int
getEndPtOfContours
(int i) byte
getFlags
(int i) int
short
getXCoordinate
(int i) short
getYCoordinate
(int i) boolean
void
resolve()
Methods inherited from class io.sf.carte.echosvg.svggen.font.table.GlyfDescript
getNumberOfContours, getXMaximum, getXMinimum, getYMaximum, getYMinimum
Methods inherited from class io.sf.carte.echosvg.svggen.font.table.Program
getInstructions, readInstructions, readInstructions
-
Field Details
-
beingResolved
protected boolean beingResolved -
resolved
protected boolean resolved
-
-
Constructor Details
-
GlyfCompositeDescript
-
-
Method Details
-
resolve
public void resolve()- Overrides:
resolve
in classGlyfDescript
-
getEndPtOfContours
public int getEndPtOfContours(int i) -
getFlags
public byte getFlags(int i) -
getXCoordinate
public short getXCoordinate(int i) -
getYCoordinate
public short getYCoordinate(int i) -
isComposite
public boolean isComposite() -
getPointCount
public int getPointCount() -
getContourCount
public int getContourCount() -
getComponentIndex
public int getComponentIndex(int i) -
getComponentCount
public int getComponentCount() -
getCompositeComp
-
getCompositeCompEndPt
-