git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70452
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+bool wxNativeFontInfo::GetStrikethrough() const
+{
+ return false;
+}
+
+
// changing the font descriptor
void wxNativeFontInfo::SetPointSize(int pointsize)
// changing the font descriptor
void wxNativeFontInfo::SetPointSize(int pointsize)
m_encoding = encoding_;
// not reflected in native descriptors
}
m_encoding = encoding_;
// not reflected in native descriptors
}
+
+void wxNativeFontInfo::SetStrikethrough(bool WXUNUSED(strikethrough))
+{
+}
+
+