Class GlyphData
GlyphData class
Container class for glyph data required for precise typesetting of a text string.
public class GlyphData
Constructors
Name | Description |
---|---|
GlyphData() | Creates new instance. |
Properties
Name | Description |
---|---|
AdvanceWidth { get; set; } | Gets/sets glyph width taking into account kerns. |
NaturalWidth { get; set; } | Gets/sets glyph width defined by font. |
UOffset { get; set; } | Gets/sets horizontal offset. |
VOffset { get; set; } | Gets/sets vertical offset. |
See Also
- namespace Aspose.TeX.Presentation
- assembly Aspose.TeX