![]() |
wxAccordion
|
This is the complete list of members for wxFont, including all inherited members.
AdjustToSymbolicSize(wxFontSymbolicSize size, int base) (defined in wxFont) | wxFont | static |
GetDefaultEncoding() (defined in wxFont) | wxFont | inlinestatic |
GetEncoding() const =0 (defined in wxFont) | wxFont | pure virtual |
GetFaceName() const =0 (defined in wxFont) | wxFont | pure virtual |
GetFamily() const (defined in wxFont) | wxFont | |
GetFamilyString() const (defined in wxFont) | wxFont | |
GetNativeFontInfo() const =0 (defined in wxFont) | wxFont | pure virtual |
GetNativeFontInfoDesc() const (defined in wxFont) | wxFont | |
GetNativeFontInfoUserDesc() const (defined in wxFont) | wxFont | |
GetPixelSize() const (defined in wxFont) | wxFont | virtual |
GetPointSize() const =0 (defined in wxFont) | wxFont | pure virtual |
GetStrikethrough() const (defined in wxFont) | wxFont | inlinevirtual |
GetStyle() const =0 (defined in wxFont) | wxFont | pure virtual |
GetStyleString() const (defined in wxFont) | wxFont | |
GetUnderlined() const =0 (defined in wxFont) | wxFont | pure virtual |
GetWeight() const =0 (defined in wxFont) | wxFont | pure virtual |
GetWeightString() const (defined in wxFont) | wxFont | |
IsFixedWidth() const (defined in wxFont) | wxFont | virtual |
IsUsingSizeInPixels() const (defined in wxFont) | wxFont | virtual |
New(int pointSize, wxFontFamily family, wxFontStyle style, wxFontWeight weight, bool underlined=false, const wxString &face=wxEmptyString, wxFontEncoding encoding=wxFONTENCODING_DEFAULT) (defined in wxFont) | wxFont | static |
New(const wxSize &pixelSize, wxFontFamily family, wxFontStyle style, wxFontWeight weight, bool underlined=false, const wxString &face=wxEmptyString, wxFontEncoding encoding=wxFONTENCODING_DEFAULT) (defined in wxFont) | wxFont | static |
New(int pointSize, wxFontFamily family, int flags=wxFONTFLAG_DEFAULT, const wxString &face=wxEmptyString, wxFontEncoding encoding=wxFONTENCODING_DEFAULT) (defined in wxFont) | wxFont | static |
New(const wxSize &pixelSize, wxFontFamily family, int flags=wxFONTFLAG_DEFAULT, const wxString &face=wxEmptyString, wxFontEncoding encoding=wxFONTENCODING_DEFAULT) (defined in wxFont) | wxFont | static |
New(const wxNativeFontInfo &nativeFontDesc) (defined in wxFont) | wxFont | static |
New(const wxString &strNativeFontDesc) (defined in wxFont) | wxFont | static |
operator!=(const wxFont &font) const (defined in wxFont) | wxFont | inline |
operator==(const wxFont &font) const (defined in wxFont) | wxFont | |
SetDefaultEncoding(wxFontEncoding encoding) (defined in wxFont) | wxFont | static |
SetEncoding(wxFontEncoding encoding)=0 (defined in wxFont) | wxFont | pure virtual |
SetFaceName(const wxString &faceName) (defined in wxFont) | wxFont | virtual |
SetFamily(wxFontFamily family)=0 (defined in wxFont) | wxFont | pure virtual |
SetNativeFontInfo(const wxNativeFontInfo &info) (defined in wxFont) | wxFont | inline |
SetNativeFontInfo(const wxString &info) (defined in wxFont) | wxFont | |
SetNativeFontInfoUserDesc(const wxString &info) (defined in wxFont) | wxFont | |
SetPixelSize(const wxSize &pixelSize) (defined in wxFont) | wxFont | virtual |
SetPointSize(int pointSize)=0 (defined in wxFont) | wxFont | pure virtual |
SetStrikethrough(bool WXUNUSED(strikethrough)) (defined in wxFont) | wxFont | inlinevirtual |
SetStyle(wxFontStyle style)=0 (defined in wxFont) | wxFont | pure virtual |
SetSymbolicSize(wxFontSymbolicSize size) (defined in wxFont) | wxFont | |
SetSymbolicSizeRelativeTo(wxFontSymbolicSize size, int base) (defined in wxFont) | wxFont | inline |
SetUnderlined(bool underlined)=0 (defined in wxFont) | wxFont | pure virtual |
SetWeight(wxFontWeight weight)=0 (defined in wxFont) | wxFont | pure virtual |
~wxFont() (defined in wxFont) | wxFont | virtual |