adding missing stubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1217,6 +1217,12 @@ wxFontEncoding wxNativeFontInfo::GetEncoding() const
|
|||||||
return m_encoding;
|
return m_encoding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool wxNativeFontInfo::GetStrikethrough() const
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// changing the font descriptor
|
// changing the font descriptor
|
||||||
|
|
||||||
void wxNativeFontInfo::SetPointSize(int pointsize)
|
void wxNativeFontInfo::SetPointSize(int pointsize)
|
||||||
@@ -1281,3 +1287,9 @@ void wxNativeFontInfo::SetEncoding(wxFontEncoding encoding_)
|
|||||||
m_encoding = encoding_;
|
m_encoding = encoding_;
|
||||||
// not reflected in native descriptors
|
// not reflected in native descriptors
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void wxNativeFontInfo::SetStrikethrough(bool WXUNUSED(strikethrough))
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user