Aspose::Font::Ttf::PCLFontDefinition::PclFontDef class

PclFontDef class

Pcl font definition onject.

class PclFontDef : public System::Object

Methods

MethodDescription
get_Ascent() constAscent value.
get_Descent() constDescent value.
get_FontName() constFont name value.
get_FontSize() constFont size value.
get_XHeight() constXHeight value.
PclFontDef(System::String, float, float, float, float)Creates PclFontDefinition object with font name.
set_Ascent(float)Ascent value.
set_Descent(float)Descent value.
set_FontName(System::String)Font name value.
set_FontSize(float)Font size value.
set_XHeight(float)XHeight value.

See Also