*/
wxFont(int pointSize, wxFontFamily family, int style,
wxFontWeight weight,
- const bool underline = false,
+ bool underline = false,
const wxString& faceName = "",
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
*/
wxFont(const wxSize& pixelSize, wxFontFamily family,
int style, wxFontWeight weight,
- const bool underline = false,
+ bool underline = false,
const wxString& faceName = "",
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
//@}
*/
static wxFont* New(int pointSize, wxFontFamily family, int style,
wxFontWeight weight,
- const bool underline = false,
+ bool underline = false,
const wxString& faceName = "",
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
static wxFont* New(int pointSize, wxFontFamily family,
wxFontFamily family,
int style,
wxFontWeight weight,
- const bool underline = false,
+ bool underline = false,
const wxString& faceName = "",
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
static wxFont* New(const wxSize& pixelSize,