#include <ft2build.h>
#include "basepic.h"
Go to the source code of this file.
Defines | |
#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) | |
Variables | |
static const FT_Module_Class *const | ft_default_modules [] |
#define FT_USE_MODULE | ( | type, | |||
x | ) | (const FT_Module_Class*)&(x), |
FT_Add_Default_Modules | ( | FT_Library | library | ) |
Definition at line 177 of file ftinit.c.
References FT_Add_Module(), FT_DEFAULT_MODULES_GET, and FT_TRACE0.
Referenced by FT_Init_FreeType().
FT_Done_FreeType | ( | FT_Library | library | ) |
Definition at line 234 of file ftinit.c.
References FT_Done_Library(), and FT_Done_Memory().
Referenced by TTF::Cleanup(), destroy_font_manager(), main(), and FTLibrary::~FTLibrary().
FT_Init_FreeType | ( | FT_Library * | alibrary | ) |
Definition at line 202 of file ftinit.c.
References FT_Add_Default_Modules(), FT_Done_Memory(), FT_ERROR, FT_New_Library(), and FT_New_Memory().
Referenced by create_font_manager(), ExecuteTest(), TTF::Init(), FTLibrary::Initialise(), and main().
const FT_Module_Class* const ft_default_modules[] [static] |