#include <pdffont.h>
Public Member Functions | |
| wxPdfFontDescription () | |
| Default constructor. | |
| wxPdfFontDescription (int ascent, int descent, int capHeight, int flags, const wxString &fontBBox, int italicAngle, int stemV, int missingWidth, int xHeight, int underlinePosition, int underlineThickness) | |
| Constructor. | |
| ~wxPdfFontDescription () | |
| Default destructor. | |
| void | SetAscent (int ascent) |
| Set ascender. | |
| int | GetAscent () const |
| Get ascender. | |
| void | SetDescent (int descent) |
| Set descender. | |
| int | GetDescent () const |
| Get descender. | |
| void | SetCapHeight (int capHeight) |
| Set CapHeight. | |
| int | GetCapHeight () const |
| Get CapHeight. | |
| void | SetFlags (int flags) |
| Set font flags. | |
| int | GetFlags () const |
| Get font flags. | |
| void | SetFontBBox (const wxString &fontBBox) |
| Set font bounding box. | |
| wxString | GetFontBBox () const |
| Get font bounding box. | |
| void | SetItalicAngle (int italicAngle) |
| Set italic angle. | |
| int | GetItalicAngle () const |
| Get italic angle. | |
| void | SetStemV (int stemV) |
| Set StemV. | |
| int | GetStemV () const |
| Get StemV. | |
| void | SetMissingWidth (int missingWidth) |
| Set missing character width. | |
| int | GetMissingWidth () const |
| Get missing character width. | |
| void | SetXHeight (int xHeight) |
| Set xHeight. | |
| int | GetXHeight () const |
| Get xHeight. | |
| void | SetUnderlinePosition (int underlinePosition) |
| Set underline position. | |
| int | GetUnderlinePosition () const |
| Get underline position. | |
| void | SetUnderlineThickness (int underlineThickness) |
| Set underline thickness. | |
| int | GetUnderlineThickness () const |
| Get underline thickness. | |
| wxPdfFontDescription::wxPdfFontDescription | ( | ) |
Default constructor.
| wxPdfFontDescription::wxPdfFontDescription | ( | int | ascent, | |
| int | descent, | |||
| int | capHeight, | |||
| int | flags, | |||
| const wxString & | fontBBox, | |||
| int | italicAngle, | |||
| int | stemV, | |||
| int | missingWidth, | |||
| int | xHeight, | |||
| int | underlinePosition, | |||
| int | underlineThickness | |||
| ) |
Constructor.
| wxPdfFontDescription::~wxPdfFontDescription | ( | ) |
Default destructor.
| void wxPdfFontDescription::SetAscent | ( | int | ascent | ) | [inline] |
Set ascender.
| int wxPdfFontDescription::GetAscent | ( | ) | const [inline] |
Get ascender.
| void wxPdfFontDescription::SetDescent | ( | int | descent | ) | [inline] |
Set descender.
| int wxPdfFontDescription::GetDescent | ( | ) | const [inline] |
Get descender.
| void wxPdfFontDescription::SetCapHeight | ( | int | capHeight | ) | [inline] |
Set CapHeight.
| int wxPdfFontDescription::GetCapHeight | ( | ) | const [inline] |
Get CapHeight.
| void wxPdfFontDescription::SetFlags | ( | int | flags | ) | [inline] |
Set font flags.
| int wxPdfFontDescription::GetFlags | ( | ) | const [inline] |
Get font flags.
| void wxPdfFontDescription::SetFontBBox | ( | const wxString & | fontBBox | ) | [inline] |
Set font bounding box.
| wxString wxPdfFontDescription::GetFontBBox | ( | ) | const [inline] |
Get font bounding box.
| void wxPdfFontDescription::SetItalicAngle | ( | int | italicAngle | ) | [inline] |
Set italic angle.
| int wxPdfFontDescription::GetItalicAngle | ( | ) | const [inline] |
Get italic angle.
| void wxPdfFontDescription::SetStemV | ( | int | stemV | ) | [inline] |
Set StemV.
| int wxPdfFontDescription::GetStemV | ( | ) | const [inline] |
Get StemV.
| void wxPdfFontDescription::SetMissingWidth | ( | int | missingWidth | ) | [inline] |
Set missing character width.
| int wxPdfFontDescription::GetMissingWidth | ( | ) | const [inline] |
Get missing character width.
| void wxPdfFontDescription::SetXHeight | ( | int | xHeight | ) | [inline] |
Set xHeight.
| int wxPdfFontDescription::GetXHeight | ( | ) | const [inline] |
Get xHeight.
| void wxPdfFontDescription::SetUnderlinePosition | ( | int | underlinePosition | ) | [inline] |
Set underline position.
| int wxPdfFontDescription::GetUnderlinePosition | ( | ) | const [inline] |
Get underline position.
| void wxPdfFontDescription::SetUnderlineThickness | ( | int | underlineThickness | ) | [inline] |
Set underline thickness.
| int wxPdfFontDescription::GetUnderlineThickness | ( | ) | const [inline] |
Get underline thickness.
1.5.1-p1