Lots of work to set PangoFontDescription as the
native font info data. WIP. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "wx/image.h"
|
||||
#include "wx/module.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/fontutil.h"
|
||||
|
||||
#include "wx/gtk/win_gtk.h"
|
||||
|
||||
@@ -1656,7 +1657,7 @@ void wxWindowDC::SetFont( const wxFont &font )
|
||||
|
||||
m_font = font;
|
||||
#ifdef __WXGTK20__
|
||||
// fix fontdesc?
|
||||
m_fontdesc = m_font.GetNativeFontInfo()->description;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user