Aspose::TeX::Presentation::GlyphData class
GlyphData class
Container class for glyph data required for precise typesetting of a text string.
class GlyphData : public System::Object
Methods
Method | Description |
---|---|
get_AdvanceWidth() const | Gets/sets glyph width taking into account kerns. |
get_NaturalWidth() const | Gets/sets glyph width defined by font. |
get_UOffset() const | Gets/sets horizontal offset. |
get_VOffset() const | Gets/sets vertical offset. |
GlyphData() | Creates new instance. |
set_AdvanceWidth(float) | Gets/sets glyph width taking into account kerns. |
set_NaturalWidth(float) | Gets/sets glyph width defined by font. |
set_UOffset(float) | Gets/sets horizontal offset. |
set_VOffset(float) | Gets/sets vertical offset. |
See Also
- Class Object
- Namespace Aspose::TeX::Presentation
- Library Aspose.TeX for C++