]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/fontutil.h
Add NUM_CUSTOM
[wxWidgets.git] / interface / wx / fontutil.h
index 1bb6d5f5c83f67a22aca2533fb5c4918c3c43743..9f3fade1ec4485dad9818eda2d2fde4b5ebbacb2 100644 (file)
@@ -24,27 +24,11 @@ class wxNativeFontInfo
 public:
     wxNativeFontInfo();
     wxNativeFontInfo(const wxNativeFontInfo& info);
-    wxNativeFontInfo( int size,
-                      wxFontFamily family,
-                      wxFontStyle style,
-                      wxFontWeight weight,
-                      bool underlined,
-                      const wxString& faceName,
-                      wxFontEncoding encoding);
     ~wxNativeFontInfo();
 
     wxNativeFontInfo& operator=(const wxNativeFontInfo& info);
 
     void Init();
-    void Init(const wxNativeFontInfo& info);
-    void Init(int size,
-                  wxFontFamily family,
-                  wxFontStyle style,
-                  wxFontWeight weight,
-                  bool underlined,
-                  const wxString& faceName ,
-                  wxFontEncoding encoding);
-
     void InitFromFont(const wxFont& font);
     
     int GetPointSize() const;