The FontManager class keeps a map associating a font path, size and smoothing flag to a Font object.
More...
#include <FontManager.hpp>
List of all members.
Detailed Description
The FontManager class keeps a map associating a font path, size and smoothing flag to a Font object.
- See also:
-
Member Function Documentation
| virtual const char* vl::FontManager::className |
( |
) |
[inline, virtual] |
Returns the name of the class.
Reimplemented from vl::Object.
| Font * FontManager::acquireFont |
( |
const String & |
font, |
|
|
int |
size, |
|
|
bool |
smooth = false |
|
) |
| |
| const std::vector< ref<Font> >& vl::FontManager::fonts |
( |
) |
const [inline] |
| void FontManager::releaseFont |
( |
Font * |
font ) |
|
| void FontManager::releaseAllFonts |
( |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/FontManager.hpp
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vl/FontManager.cpp