Class Glyph
Contents
[
Hide
]Glyph class
Represents a Font glyph.
public class Glyph : ICloneable
Properties
| Name | Description |
|---|---|
| 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 |
|---|---|
| virtual Clone() | Returns copy of glyph. |
See Also
- namespace Aspose.Font.Glyphs
- assembly Aspose.Font