Go to the documentation of this file.
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
86 #pragma warning(disable : 4251)
87 #pragma warning(disable : 4275)
88 #pragma warning(disable : 4786)
96 #ifdef FTGL_LIBRARY_STATIC
99 # define FTGL_EXPORT __declspec(dllexport)
101 # define FTGL_EXPORT __declspec(dllimport)