Aspose::Font::Ttf::PCLFontDefinition::BitmapCharDef class

BitmapCharDef class

Character definition object of Bitmap font.

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

Methods

MethodDescription
BitmapCharDef(int32_t, int16_t, int16_t, int16_t, int16_t, int16_t, int16_t, int16_t, System::ArrayPtr<uint8_t>)Initializes new instance of the TrueTypeCharDef.
get_CharacterClass() constGets CharacterClass value.
get_DeltaX() constGets DeltaX value.
get_Height() constGets Height value.
get_LeftOffset() constGets LeftOffset value.
get_Orientation() constGets Orientation value.
get_TopOffset() constGets TopOffset value.
get_Width() constGets Width value.
set_CharacterClass(int16_t)Sets CharacterClass value.
set_DeltaX(int16_t)Sets DeltaX value.
set_Height(int16_t)Sets Height value.
set_LeftOffset(int16_t)Sets LeftOffset value.
set_Orientation(int16_t)Sets Orientation value.
set_TopOffset(int16_t)Sets TopOffset value.
set_Width(int16_t)Sets Width value.

See Also