wxArt2D
|
#include "a2dprec.h"
#include "wx/wx.h"
#include <wx/wfstream.h>
#include "wx/artbase/drawer2d.h"
#include "wx/artbase/stylebase.h"
#include "wx/artbase/dcdrawer.h"
#include "wx/aggdrawer/aggdrawer.h"
#include <ft2build.h>
#include <FT_FREETYPE_H>
#include <FT_OUTLINE_H>
Go to the source code of this file.
Classes | |
struct | a2dSpanData |
used in freetype rendering More... | |
Macros | |
#define | BBOX_GLYPH_EXTEND 1 |
Functions | |
void | DrawCharFreetypeHorizontal (wxColour col, const a2dGlyph *a2dglyph, unsigned char *buf, int bufwidth, int bufheight, wxChar c, int dx, int deviceDescent, FT_BBox bbox) |
Variables | |
FT_Library | g_freetypeLibrary |
Copyright: 2000-2004 (c) Klaas Holwerda
Licence: wxWidgets Licence
RCS-ID:
Definition in file dcdrawer.cpp.