Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | FT_COMPONENT trace_init |
#define | FT_USE_MODULE(type, x) extern const type x; |
#define | FT_USE_MODULE(type, x) (const FT_Module_Class*)&(x), |
Functions | |
FT_Add_Default_Modules (FT_Library library) | |
FT_Init_FreeType (FT_Library *alibrary) | |
FT_Done_FreeType (FT_Library library) | |
#define FT_USE_MODULE | ( | type, | |
x | |||
) | (const FT_Module_Class*)&(x), |
FT_Add_Default_Modules | ( | FT_Library | library | ) |
Definition at line 198 of file ftinit.c.
References error, FT_Add_Module(), FT_DEFAULT_MODULES_GET, FT_EXPORT_DEF, and FT_TRACE0().
Referenced by FT_Init_FreeType().
FT_Done_FreeType | ( | FT_Library | library | ) |
Definition at line 264 of file ftinit.c.
References FT_Done_Library(), FT_Done_Memory(), FT_Err_Ok, and FT_LibraryRec_::memory.
Referenced by main(), and vl::FontManager::~FontManager().
FT_Init_FreeType | ( | FT_Library * | alibrary | ) |
Definition at line 232 of file ftinit.c.
References error, FT_Add_Default_Modules(), FT_Done_Memory(), FT_ERROR, FT_EXPORT_DEF, FT_New_Library(), FT_New_Memory(), and FT_THROW().
Referenced by vl::FontManager::FontManager(), and main().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:54.
© Copyright Michele Bosi. All rights reserved.