X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c14b6c3241d48d9cc36a2fd0aeab0ba330d96de..68fe70ea1f131471b82747ee2759dba7a19a0c23:/include/wx/msw/font.h diff --git a/include/wx/msw/font.h b/include/wx/msw/font.h index ba22cb5cdb..4756c68eab 100644 --- a/include/wx/msw/font.h +++ b/include/wx/msw/font.h @@ -47,7 +47,7 @@ public: { Create(size, family, style, weight, underlined, face, encoding); } - + bool Create(int size, wxFontFamily family, wxFontStyle style, @@ -155,9 +155,9 @@ protected: bool DoCreate(int size, const wxSize& pixelSize, bool sizeUsingPixels, - int family, - int style, - int weight, + wxFontFamily family, + wxFontStyle style, + wxFontWeight weight, bool underlined = false, const wxString& face = wxEmptyString, wxFontEncoding encoding = wxFONTENCODING_DEFAULT);