Aspose::Font::Ttf::PCLFontDefinition::TrueTypeCharDef class
TrueTypeCharDef class
Character definition object of TrueType font.
class TrueTypeCharDef : public Aspose::Font::Ttf::PCLFontDefinition::CharDef
Methods
Method | Description |
---|---|
get_AdvanceWidth() const | Gets Width value. |
get_GlyphId() const | Character GlyphId. |
set_AdvanceWidth(int16_t) | Sets Width value. |
set_GlyphId(int32_t) | Character GlyphId. |
TrueTypeCharDef(int32_t, int32_t, System::ArrayPtr<uint8_t>, int16_t) | Initializes new instance of the TrueTypeCharDef. |
See Also
- Class CharDef
- Class PCLFontDefinition
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++