Aspose::Font::Ttf::PCLFontDefinition::TrueTypeCharDef class

TrueTypeCharDef class

Character definition object of TrueType font.

class TrueTypeCharDef : public Aspose::Font::Ttf::PCLFontDefinition::CharDef

Methods

MethodDescription
get_AdvanceWidth() constGets Width value.
get_GlyphId() constCharacter 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