X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b960795ea82b702f302e99e547416cb573865413..d3ad22bdb33cdba830923932e208f030f61669b4:/interface/wx/font.h diff --git a/interface/wx/font.h b/interface/wx/font.h index fee764d16c..6fe2e6eeb5 100644 --- a/interface/wx/font.h +++ b/interface/wx/font.h @@ -271,7 +271,7 @@ enum wxFontEncoding /** - Description of wxFont. + @class wxFontInfo This class is a helper used for wxFont creation using named parameter idiom: it allows to specify various wxFont attributes using the chained @@ -281,7 +281,7 @@ enum wxFontEncoding For example, to create an italic font with the given face name and size you could use: @code - wxFont font(wxFontInfo(12).FaceName().Italic()); + wxFont font(wxFontInfo(12).FaceName("Helvetica").Italic()); @endcode Notice that all of the methods of this object return a reference to the