Visualization Library 2.1.0

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

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Classes | Namespaces | Typedefs | Variables
Font.hpp File Reference
#include <vlGraphics/link_config.hpp>
#include <vlCore/Object.hpp>
#include <vlCore/Vector4.hpp>
#include <vlCore/String.hpp>
#include <map>

Go to the source code of this file.

Classes

class  vl::Glyph
 The Glyph associated to a character of a given Font. More...
 
class  vl::Font
 A font to be used with a Text renderable. More...
 

Namespaces

 vl
 Visualization Library main namespace.
 

Typedefs

typedef struct FT_FaceRec_ * FT_Face
 

Variables

vl::Glyph vl::ft_errors []
 

Typedef Documentation

◆ FT_Face

typedef struct FT_FaceRec_* FT_Face

Definition at line 43 of file Font.hpp.