Aspose::Font::Ttf::PCLFontDefinition::PclFontDef class
PclFontDef class
Pcl font definition onject.
class PclFontDef : public System::Object
Methods
Method | Description |
---|---|
get_Ascent() const | Ascent value. |
get_Descent() const | Descent value. |
get_FontName() const | Font name value. |
get_FontSize() const | Font size value. |
get_XHeight() const | XHeight 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
- Class Object
- Class PCLFontDefinition
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++