#include "common/common.h"#include "geometry/geometry_2d.h"#include "nstream/nstream.h"#include "threadsafe/smart_ptr.h"

Go to the source code of this file.
Classes | |
| struct | glut::font_rect_t |
| font sizing information More... | |
| class | glut::Font |
| a basic font class. More... | |
| class | glut::FontManager |
| the font manager More... | |
Namespaces | |
| namespace | glut |
Typedefs | |
| typedef rect2d_t< int > | glut::pixel_rect_t |
| standard 2D pixel rect | |
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. | |
1.7.1