CompositeGlyph
Inheritance: java.lang.Object, com.aspose.font.Glyph
public class CompositeGlyph extends Glyph
Represents a font composite glyph.
Methods
Method | Description |
---|---|
getComponents() | Gets components list. |
clone() | Returns copy of glyph. |
getComponents()
public CompositeGlyphComponentList getComponents()
Gets components list.
Returns: CompositeGlyphComponentList - Components list.
clone()
public Object clone()
Returns copy of glyph.
Returns: java.lang.Object - Copy of Glyph