Aspose::Font::Glyphs::Glyph class
Glyph class
Represents a Font glyph.
class Glyph : public System::ICloneable
Methods
| Method | Description |
|---|---|
| Clone() override | Returns copy of glyph. |
| get_GlyphBBox() | Gets glyph BBox. |
| get_IsEmpty() | True if the glyph doesn’t contain drawing instructions. |
| get_LeftSidebearingX() | Gets glyph side bearing x coordinate. |
| get_LeftSidebearingY() | Gets glyph side bearing y coordinate. |
| virtual get_Path() | Gets glyph path. |
| get_SourceResolution() const | Gets resolution of the source command set. |
| get_State() const | Gets glyph state. |
| get_WidthVectorX() const | Gets glyph width vector. Coordinate x. |
| get_WidthVectorY() const | Gets glyph width vector. Coordinate y. |
See Also
- Class ICloneable
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++