]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/font.h
define HAVE_LARGEFILE_SUPPORT in setup.h when large files support is available and...
[wxWidgets.git] / include / wx / msw / font.h
index ba22cb5cdbe5c51ed5412628957946eef6de1061..4756c68eab3b0ed3dd4c618ccd2b528ee040ad37 100644 (file)
@@ -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);