]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
updates mostly for better font support and some weekly catch-up work
[wxWidgets.git] / include / wx / fontutil.h
index 0fba84773103d251903ada4efee0a69ba0b3d35e..26369c39d2412d711f42e5c802a3a5741a8d8d75 100644 (file)
@@ -113,6 +113,8 @@ public:
     FATTRS       fa;
     FONTMETRICS  fm;
     FACENAMEDESC fn;
+#elif defined(__WXGTK20__)
+    PangoFontDescription *description;
 #else // other platforms
     //
     //  This is a generic implementation that should work on all ports