#pragma hdrstop
#endif
+#ifndef WX_PRECOMP
+ #include "wx/log.h"
+#endif
+
#include "wx/private/fontmgr.h"
#include "wx/sysopt.h"
info->boldFace, info->boldItalicFace);
}
+wxString wxFontBundle::GetName() const
+{
+ return wxString::FromAscii(m_fontInfo->familyName);
+}
+
+bool wxFontBundle::IsFixed() const
+{
+ return m_fontInfo->isFixed;
+}
+
+
// ----------------------------------------------------------------------------
// wxFontsManager
// ----------------------------------------------------------------------------