X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95dc31e001327d85048f5ab21498e4d3255831b2..c5d4360fc99a0b9bd512e9dc19087c96dc669345:/include/wx/gtk/font.h diff --git a/include/wx/gtk/font.h b/include/wx/gtk/font.h index bb0c5ec7b0..a218a29dfe 100644 --- a/include/wx/gtk/font.h +++ b/include/wx/gtk/font.h @@ -2,7 +2,6 @@ // Name: wx/gtk/font.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -19,7 +18,8 @@ class WXDLLIMPEXP_CORE wxFont : public wxFontBase public: wxFont() { } - // wxGTK-specific + wxFont(const wxFontInfo& info); + wxFont(const wxString& nativeFontInfoString) { Create(nativeFontInfoString); @@ -63,12 +63,6 @@ public: SetPixelSize(pixelSize); } - wxFont(int pointSize, - wxFontFamily family, - int flags = wxFONTFLAG_DEFAULT, - const wxString& face = wxEmptyString, - wxFontEncoding encoding = wxFONTENCODING_DEFAULT); - bool Create(int size, wxFontFamily family, wxFontStyle style,