conforming to new naming convention of starting all port specific methods with the port prefix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -692,7 +692,7 @@ wxCairoFontData::wxCairoFontData( wxGraphicsRenderer* renderer, const wxFont &fo
|
||||
m_underlined = font.GetUnderlined();
|
||||
|
||||
#ifdef __WXMAC__
|
||||
m_font = cairo_quartz_font_face_create_for_cgfont( font.GetCGFont() );
|
||||
m_font = cairo_quartz_font_face_create_for_cgfont( font.OSXGetCGFont() );
|
||||
#elif defined(__WXGTK__)
|
||||
m_font = pango_font_description_copy( font.GetNativeFontInfo()->description );
|
||||
#else
|
||||
|
Reference in New Issue
Block a user