// Purpose: wxFontEnumerator class
// Author: Vaclav Slavik
// Created: 2006-08-10
-// RCS-ID: $Id$
// Copyright: (c) 2006 REA Elektronik GmbH
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/fontenum.h"
#include "wx/private/fontmgr.h"
+#if wxUSE_FONTENUM
+
// ----------------------------------------------------------------------------
// wxFontEnumerator
// ----------------------------------------------------------------------------
{
return EnumerateEncodingsUTF8(facename);
}
+
+#endif // wxUSE_FONTENUM