X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c67daf87774c71ae9f73af9969008af220e52a11..0c32066b58849e52e4d76e30982414d9f4daae6a:/include/wx/gtk1/font.h diff --git a/include/wx/gtk1/font.h b/include/wx/gtk1/font.h index a1ce86dfe0..70e82bedb8 100644 --- a/include/wx/gtk1/font.h +++ b/include/wx/gtk1/font.h @@ -59,7 +59,7 @@ class wxFont: public wxGDIObject wxFont& operator = ( const wxFont& font ); bool operator == ( const wxFont& font ); bool operator != ( const wxFont& font ); - bool Ok(); + bool Ok() const; int GetPointSize(void) const; wxString GetFaceName(void) const; @@ -74,12 +74,8 @@ class wxFont: public wxGDIObject bool GetUnderlined(void) const; wxFont( char *xFontName ); - - private: - - friend wxDC; - friend wxPaintDC; - friend wxWindow; + + // implementation GdkFont* GetInternalFont(float scale = 1.0) const;