X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9cf8de4c742b21548661d5a4b3a380e9eae18080..75799719334c85392638ce5c7d0e90a8b74b7e5a:/include/wx/msw/font.h diff --git a/include/wx/msw/font.h b/include/wx/msw/font.h index 06c17b10b1..b1d31e2fb1 100644 --- a/include/wx/msw/font.h +++ b/include/wx/msw/font.h @@ -81,7 +81,6 @@ public: virtual void SetFaceName(const wxString& faceName); virtual void SetUnderlined(bool underlined); virtual void SetEncoding(wxFontEncoding encoding); - virtual void SetNativeFontInfo(const wxNativeFontInfo& info); virtual bool IsFixedWidth() const; @@ -90,11 +89,10 @@ public: 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; /* @@ -103,6 +101,8 @@ public: */ protected: + virtual void DoSetNativeFontInfo(const wxNativeFontInfo& info); + // common part of all ctors void Init();