wxPdfDocument 1.2.0
|
This is the complete list of members for wxPdfFontDescription, including all inherited members.
GetAscent() const | wxPdfFontDescription | inline |
GetCapHeight() const | wxPdfFontDescription | inline |
GetDescent() const | wxPdfFontDescription | inline |
GetFlags() const | wxPdfFontDescription | inline |
GetFontBBox() const | wxPdfFontDescription | inline |
GetItalicAngle() const | wxPdfFontDescription | inline |
GetMissingWidth() const | wxPdfFontDescription | inline |
GetOpenTypeMetrics(int *hheaAscender, int *hheaDescender, int *hheaLineGap, int *os2sTypoAscender, int *os2sTypoDescender, int *os2sTypoLineGap, int *os2usWinAscent, int *os2usWinDescent) | wxPdfFontDescription | |
GetStemV() const | wxPdfFontDescription | inline |
GetUnderlinePosition() const | wxPdfFontDescription | inline |
GetUnderlineThickness() const | wxPdfFontDescription | inline |
GetXHeight() const | wxPdfFontDescription | inline |
SetAscent(int ascent) | wxPdfFontDescription | inline |
SetCapHeight(int capHeight) | wxPdfFontDescription | inline |
SetDescent(int descent) | wxPdfFontDescription | inline |
SetFlags(int flags) | wxPdfFontDescription | inline |
SetFontBBox(const wxString &fontBBox) | wxPdfFontDescription | inline |
SetItalicAngle(int italicAngle) | wxPdfFontDescription | inline |
SetMissingWidth(int missingWidth) | wxPdfFontDescription | inline |
SetOpenTypeMetrics(int hheaAscender, int hheaDescender, int hheaLineGap, int os2sTypoAscender, int os2sTypoDescender, int os2sTypoLineGap, int os2usWinAscent, int os2usWinDescent) | wxPdfFontDescription | |
SetStemV(int stemV) | wxPdfFontDescription | inline |
SetUnderlinePosition(int underlinePosition) | wxPdfFontDescription | inline |
SetUnderlineThickness(int underlineThickness) | wxPdfFontDescription | inline |
SetXHeight(int xHeight) | wxPdfFontDescription | inline |
wxPdfFontDescription() | 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, int hheaAscender=0, int hheaDescender=0, int hheaLineGap=0, int os2sTypoAscender=0, int os2sTypoDescender=0, int os2sTypoLineGap=0, int os2usWinAscent=0, int os2usWinDescent=0) | wxPdfFontDescription | |
wxPdfFontDescription(const wxPdfFontDescription &desc) | wxPdfFontDescription | |
~wxPdfFontDescription() | wxPdfFontDescription |