wxAccordion
Public Member Functions | List of all members
wxFontInfo Class Reference

Public Member Functions

wxEXPLICIT wxFontInfo (int pointSize)
 
wxEXPLICIT wxFontInfo (const wxSize &pixelSize)
 
wxFontInfoFamily (wxFontFamily family)
 
wxFontInfoFaceName (const wxString &faceName)
 
wxFontInfoBold (bool bold=true)
 
wxFontInfoLight (bool light=true)
 
wxFontInfoItalic (bool italic=true)
 
wxFontInfoSlant (bool slant=true)
 
wxFontInfoAntiAliased (bool antiAliased=true)
 
wxFontInfoUnderlined (bool underlined=true)
 
wxFontInfoStrikethrough (bool strikethrough=true)
 
wxFontInfoEncoding (wxFontEncoding encoding)
 
wxFontInfoAllFlags (int flags)
 
bool IsUsingSizeInPixels () const
 
int GetPointSize () const
 
wxSize GetPixelSize () const
 
wxFontFamily GetFamily () const
 
const wxString & GetFaceName () const
 
wxFontStyle GetStyle () const
 
wxFontWeight GetWeight () const
 
bool IsAntiAliased () const
 
bool IsUnderlined () const
 
bool IsStrikethrough () const
 
wxFontEncoding GetEncoding () const