// types
// ----------------------------------------------------------------------------
+#if wxUSE_GUI
+
// This private structure specifies all the parameters needed to create a font
// with the given encoding on this platform.
//
wxString ToString() const;
};
+#endif // wxUSE_GUI
+
#endif // _WX_FONTENC_H_