Remove the ctor and Init methods that are not available on all ports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,27 +24,11 @@ class wxNativeFontInfo
|
||||
public:
|
||||
wxNativeFontInfo();
|
||||
wxNativeFontInfo(const wxNativeFontInfo& info);
|
||||
wxNativeFontInfo( int size,
|
||||
wxFontFamily family,
|
||||
wxFontStyle style,
|
||||
wxFontWeight weight,
|
||||
bool underlined,
|
||||
const wxString& faceName,
|
||||
wxFontEncoding encoding);
|
||||
~wxNativeFontInfo();
|
||||
|
||||
wxNativeFontInfo& operator=(const wxNativeFontInfo& info);
|
||||
|
||||
void Init();
|
||||
void Init(const wxNativeFontInfo& info);
|
||||
void Init(int size,
|
||||
wxFontFamily family,
|
||||
wxFontStyle style,
|
||||
wxFontWeight weight,
|
||||
bool underlined,
|
||||
const wxString& faceName ,
|
||||
wxFontEncoding encoding);
|
||||
|
||||
void InitFromFont(const wxFont& font);
|
||||
|
||||
int GetPointSize() const;
|
||||
|
Reference in New Issue
Block a user