#ifndef _WX_FONTUTIL_H_
#define _WX_FONTUTIL_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "fontutil.h"
#endif
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