Visualization Library 2.0.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Functions
FontManager.hpp File Reference
#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

 vl
 Visualization Library main namespace.
 

Functions

VLGRAPHICS_EXPORT FontManagervl::defFontManager ()
 Returns the default FontManager used by Visualization Library. More...
 
VLGRAPHICS_EXPORT void vl::setDefFontManager (FontManager *)
 Sets the default FontManager used by Visualization Library. More...