Class CompositeGlyph
Contents
[
Hide
]CompositeGlyph class
Represents a font composite glyph.
public class CompositeGlyph : Glyph
Properties
| Name | Description |
|---|---|
| Components { get; } | Gets components list. |
| GlyphBBox { get; } | Gets glyph BBox. |
| IsEmpty { get; } | True if the glyph doesn’t contain drawing instructions. |
| LeftSidebearingX { get; } | Gets glyph side bearing x coordinate. |
| LeftSidebearingY { get; } | Gets glyph side bearing y coordinate. |
| virtual Path { get; } | Gets glyph path. |
| SourceResolution { get; } | Gets resolution of the source command set. |
| State { get; } | Gets glyph state. |
| WidthVectorX { get; } | Gets glyph width vector. Coordinate x. |
| WidthVectorY { get; } | Gets glyph width vector. Coordinate y. |
Methods
| Name | Description |
|---|---|
| override Clone() | Returns copy of glyph. |
See Also
- class Glyph
- namespace Aspose.Font.Glyphs
- assembly Aspose.Font