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

MethodDescription
get_AdvanceWidth() constGets/sets glyph width taking into account kerns.
get_NaturalWidth() constGets/sets glyph width defined by font.
get_UOffset() constGets/sets horizontal offset.
get_VOffset() constGets/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