]> git.saurik.com Git - wxWidgets.git/commitdiff
adding missing stubs
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 23 Jan 2012 21:06:07 +0000 (21:06 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 23 Jan 2012 21:06:07 +0000 (21:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/font.cpp

index 643903040d01d6baeb12013f194f84c369b0188b..d4a458472207305c192dc23d2d83e4474e1e3e04 100644 (file)
@@ -1217,6 +1217,12 @@ wxFontEncoding wxNativeFontInfo::GetEncoding() const
     return m_encoding;
 }
 
+bool wxNativeFontInfo::GetStrikethrough() const
+{
+    return false;
+}
+
+
 // changing the font descriptor
 
 void wxNativeFontInfo::SetPointSize(int pointsize)
@@ -1281,3 +1287,9 @@ void wxNativeFontInfo::SetEncoding(wxFontEncoding encoding_)
     m_encoding = encoding_;
     // not reflected in native descriptors
 }
+
+void wxNativeFontInfo::SetStrikethrough(bool WXUNUSED(strikethrough))
+{
+}
+
+