]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/font.h
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / include / wx / os2 / font.h
index 410e0bc200abc30f0bc2a0d333bbcc112c716ed2..a40017aec141e9f961d80a80644acdd95a88b9b4 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "wx/gdiobj.h"
 #include "wx/os2/private.h"
+#include "wx/fontutil.h"
 
 WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
 
@@ -42,6 +43,8 @@ public:
         (void)Create(nSize, nFamily, nStyle, nWeight, bUnderlined, rsFace, vEncoding);
     }
 
+    wxFont(const wxNativeFontInfo& rInfo);
+
     bool Create( int             nSize
                 ,int             nFamily
                 ,int             nStyle
@@ -92,6 +95,7 @@ public:
     virtual WXHANDLE GetResourceHandle(void);
     virtual bool     FreeResource(bool bForce = FALSE);
 
+    WXHFONT GetHFONT(void) const;
 protected:
     //
     // Common part of all ctors