Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlGraphics/Font.hpp>Go to the source code of this file.
Classes | |
| class | vl::FontManager |
| The FontManager class keeps a map associating a font path, size and smoothing flag to a Font object. More... | |
Namespaces | |
| namespace | vl |
Visualization Library namespace. | |
Functions | |
| VLGRAPHICS_EXPORT FontManager * | vl::defFontManager () |
| Returns the default FontManager used by Visualization Library. | |
| VLGRAPHICS_EXPORT void | vl::setDefFontManager (FontManager *) |
| Sets the default FontManager used by Visualization Library. | |