Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <FontManager.hpp>

Public Member Functions | |
| virtual const char * | className () |
| Returns the name of the class. | |
| Font * | acquireFont (const String &font, int size, bool smooth=false) |
| const std::vector< ref< Font > > & | fonts () const |
| void | releaseFont (Font *font) |
| void | releaseAllFonts () |
Protected Attributes | |
| std::vector< ref< Font > > | mFonts |
| virtual const char* vl::FontManager::className | ( | ) | [inline, virtual] |
| void FontManager::releaseFont | ( | Font * | font | ) |
| void FontManager::releaseAllFonts | ( | ) |
std::vector< ref<Font> > vl::FontManager::mFonts [protected] |