These functions are not implemented currently (just as their
{Get,Set}Underlined() counterparts) but should still be defined to allow the
code using wxNativeFontInfo to link.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70563
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return false;
}
+bool wxNativeFontInfo::GetStrikethrough() const
+{
+ return false;
+}
+
wxString wxNativeFontInfo::GetFaceName() const
{
// the Pango "family" is the wx "face name"
// can't do this under X
}
+void wxNativeFontInfo::SetStrikethrough(bool WXUNUSED(strikethrough))
+{
+ // this is not supported by Pango fonts neither
+}
+
bool wxNativeFontInfo::SetFaceName(const wxString& facename)
{
SetXFontComponent(wxXLFD_FAMILY, facename);