]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/font.h
Added configure test for const_cast<>(), and enabled it
[wxWidgets.git] / include / wx / os2 / font.h
index 6cad73deffa9d2e840c3f9d4396f53c072bc100b..53dcf28490837a5090b5ecbe6b1c07229914b6cf 100644 (file)
@@ -102,11 +102,11 @@ public:
     virtual void SetFaceName(const wxString& rsFaceName);
     virtual void SetUnderlined(bool bUnderlined);
     virtual void SetEncoding(wxFontEncoding vEncoding);
-    virtual void SetNativeFontInfo(const wxNativeFontInfo& rInfo);
 
     //
     // For internal use only!
     //
+    void SetPS(HPS hPS);
     void SetFM( PFONTMETRICS pFM
                ,int          nNumFonts
               );
@@ -120,7 +120,10 @@ public:
     virtual bool     FreeResource(bool bForce = FALSE);
 
     WXHFONT GetHFONT(void) const;
+
 protected:
+    virtual void DoSetNativeFontInfo(const wxNativeFontInfo& rInfo);
+
     //
     // Common part of all ctors
     //