#include "a2dprec.h"#include "wx/wx.h"#include <wx/dir.h>#include <wx/file.h>#include <wx/filename.h>#include <wx/fontenum.h>#include <wx/module.h>#include "wx/general/genmod.h"#include "wx/artbase/stylebase.h"#include "wx/artbase/bbox.h"#include "wx/artbase/drawer2d.h"#include "wx/artbase/polyver.h"#include <wx/listimpl.cpp>

Go to the source code of this file.
Classes | |
| class | a2dFontRefData |
| class | a2dFontDcData |
| class | DcFontEnumerator |
| a2dFontDcData auxiliry class to aid in enumerating fonts. More... | |
| class | a2dFontFreetypeData |
| Freetype font class. More... | |
| class | a2dFontStrokeData |
Defines | |
| #define | newline wxString("\n") |
| #define | wxART2D_USE_DC2FREETYPE 1 |
| #define | CHAR_CACHE_START wxChar(' ') |
| #define | CHAR_CACHE_END wxChar('~') |
| #define | BGI_FONT_MAGIC "PK\b\bBGI " |
Functions | |
| WX_DEFINE_LIST (a2dFontInfoList) | |
Variables | |
| FT_Library | g_freetypeLibrary |
Licence: wxWidgets Licence
RCS-ID:
Definition in file stylebase.cpp.