#include "glut-font.h"#include "ftgl.h"#include "perf/perf.h"#include "wave-glut/wave-glut.h"
Go to the source code of this file.
Namespaces | |
| namespace | glut |
Defines | |
| #define | FREETYPE2_STATIC |
| #define | FTGL_LIBRARY_STATIC |
Functions | |
| smart_ptr< Font > | glut::getDefaultFont (void) |
| retrieve the default font (throws if there isn't one) | |
| bool | glut::scaleFontToPixelHeight (IO Font *font, IN const char *textToScale, IN int desiredPixelHeight) |
| scale the given font to the specified height in pixels. | |
| #define FREETYPE2_STATIC |
Definition at line 37 of file glut-font.cpp.
| #define FTGL_LIBRARY_STATIC |
Definition at line 38 of file glut-font.cpp.
1.7.1