]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/font.h
The exact version it was included doesn't appear to be documented
[wxWidgets.git] / include / wx / msw / font.h
index f1b3c0fb880f797949f91c824998fa55b2b78a22..505e9970b953ccbcae2034f0c763fa967143ae30 100644 (file)
@@ -83,16 +83,17 @@ public:
     virtual void SetEncoding(wxFontEncoding encoding);
     virtual void SetNativeFontInfo(const wxNativeFontInfo& info);
 
+    virtual bool IsFixedWidth() const;
+
     // implementation only from now on
     // -------------------------------
 
     virtual bool IsFree() const;
     virtual bool RealizeResource();
-    virtual WXHANDLE GetResourceHandle();
+    virtual WXHANDLE GetResourceHandle() const;
     virtual bool FreeResource(bool force = FALSE);
 
-    // for consistency with other wxMSW classes and to have a const
-    // GetResourceHandle()-like function we have a synonym for it
+    // for consistency with other wxMSW classes
     WXHFONT GetHFONT() const;
 
     /*