Further code for Pango fonts (work now) and

some code for Pango prining. Doesn't work..


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-08-06 18:58:19 +00:00
parent db16cab461
commit 46eed000d6
5 changed files with 150 additions and 0 deletions

View File

@@ -331,6 +331,7 @@ wxWindowDC::wxWindowDC( wxWindow *window )
#ifdef __WXGTK20__
m_context = gtk_widget_get_pango_context( widget );
m_fontdesc = widget->style->font_desc;
#endif