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]
Macros
Font.cpp File Reference
#include <vlGraphics/Font.hpp>
#include <vlGraphics/OpenGL.hpp>
#include <vlGraphics/FontManager.hpp>
#include <vlCore/Log.hpp>
#include <vlCore/Say.hpp>
#include <vlCore/FileSystem.hpp>
#include <vlCore/Image.hpp>
#include <ft2build.h>

Go to the source code of this file.

Macros

#define FT_ERRORDEF(e, v, s)   { e, s },
 
#define FT_ERROR_START_LIST   {
 
#define FT_ERROR_END_LIST   { 0, 0 } };
 

Macro Definition Documentation

◆ FT_ERROR_END_LIST

#define FT_ERROR_END_LIST   { 0, 0 } };

Definition at line 50 of file Font.cpp.

◆ FT_ERROR_START_LIST

#define FT_ERROR_START_LIST   {

Definition at line 49 of file Font.cpp.

◆ FT_ERRORDEF

#define FT_ERRORDEF (   e,
  v,
 
)    { e, s },

Definition at line 48 of file Font.cpp.

Variable Documentation

◆ err_code

int err_code

Definition at line 54 of file Font.cpp.

◆ err_msg

const char* err_msg

Definition at line 55 of file Font.cpp.