]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/font.cpp
removed the extra offset in moveto in DrawRotatedText() (why was it there?)
[wxWidgets.git] / src / gtk1 / font.cpp
index 0ad6019e388d04592c747c5e30051fdad0480447..8735f843f7a2c0571a87a100dda62d2bac96150f 100644 (file)
@@ -856,7 +856,7 @@ void wxFont::SetEncoding(wxFontEncoding encoding)
     M_FONTDATA->SetEncoding(encoding);
 }
 
-void wxFont::SetNativeFontInfo( const wxNativeFontInfo& info )
+void wxFont::DoSetNativeFontInfo( const wxNativeFontInfo& info )
 {
     Unshare();