]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/font.h
no changes, just update the copyright in the header
[wxWidgets.git] / include / wx / msw / font.h
index ba22cb5cdbe5c51ed5412628957946eef6de1061..a88eee26065849f73114c8f3b3c66c89c90a1446 100644 (file)
@@ -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);