X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/138618acb91e2a879a735c5806f9f728220f14df..71414756b2cb4d64ee167e61f3fa4854c4f2a85b:/include/wx/gtk/font.h diff --git a/include/wx/gtk/font.h b/include/wx/gtk/font.h index d66fbe1c1c..9f23bd9017 100644 --- a/include/wx/gtk/font.h +++ b/include/wx/gtk/font.h @@ -3,7 +3,7 @@ // Purpose: // Author: Robert Roebling // Id: $Id$ -// Copyright: (c) 1998 Robert Roebling, Julian Smart and Markus Holzem +// Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -94,11 +94,10 @@ public: virtual void SetFaceName( const wxString& faceName ); virtual void SetUnderlined( bool underlined ); virtual void SetEncoding(wxFontEncoding encoding); - virtual void SetNativeFontInfo( const wxNativeFontInfo& info ); virtual void SetNoAntiAliasing( bool no = TRUE ); virtual bool GetNoAntiAliasing(); - + // implementation from now on void Unshare(); @@ -109,6 +108,8 @@ public: // no data :-) protected: + virtual void DoSetNativeFontInfo( const wxNativeFontInfo& info ); + // common part of all ctors void Init();