Go to the documentation of this file.
33 #include FT_FREETYPE_H
43 # define FTGL_BEGIN_C_DECLS extern "C" { namespace FTGL {
44 # define FTGL_END_C_DECLS } }
46 # define FTGL_BEGIN_C_DECLS
47 # define FTGL_END_C_DECLS
70 # define FTGL_RENDER_FRONT 0x0001
71 # define FTGL_RENDER_BACK 0x0002
72 # define FTGL_RENDER_SIDE 0x0004
73 # define FTGL_RENDER_ALL 0xffff
75 # define FTGL_ALIGN_LEFT 0
76 # define FTGL_ALIGN_CENTER 1
77 # define FTGL_ALIGN_RIGHT 2
78 # define FTGL_ALIGN_JUSTIFY 3
82 #ifdef _MSC_VER // MS Visual C++
86 #pragma warning(disable : 4251)
87 #pragma warning(disable : 4275)
88 #pragma warning(disable : 4786)
96 #ifdef FTGL_LIBRARY_STATIC // static lib - no special export required
98 #elif FTGL_LIBRARY // dynamic lib - must export/import symbols appropriately.
99 # define FTGL_EXPORT __declspec(dllexport)
101 # define FTGL_EXPORT __declspec(dllimport)