document wxFont(wxString) ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
916533c0dc
commit
20cc4e199e
@ -357,6 +357,15 @@ public:
|
||||
const wxString& faceName = wxEmptyString,
|
||||
wxFontEncoding encoding = wxFONTENCODING_DEFAULT);
|
||||
|
||||
/**
|
||||
Constructor from font description string.
|
||||
|
||||
This constructor uses SetNativeFontInfo() to initialize the font. If @a
|
||||
fontdesc is invalid font remains uninitialized, i.e. its IsOk() method
|
||||
will return @false.
|
||||
*/
|
||||
wxFont(const wxString& fontdesc);
|
||||
|
||||
/**
|
||||
Destructor.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user