add a comment about wxNativeFontInfo::SetFaceName return value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e3527f7bc5
commit
3a6a00822d
@ -276,6 +276,10 @@ void wxNativeFontInfo::SetUnderlined(bool WXUNUSED(underlined))
|
||||
bool wxNativeFontInfo::SetFaceName(const wxString& facename)
|
||||
{
|
||||
pango_font_description_set_family(description, wxPANGO_CONV(facename));
|
||||
|
||||
// we return true because Pango doesn't tell us if the call failed or not;
|
||||
// instead on wxGTK wxFont::SetFaceName() will call wxFontBase::SetFaceName()
|
||||
// which does the check
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user