ReactOS 0.4.16-dev-1-gcf26321
|
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_Set_Default_Properties (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 [] |
FT_Add_Default_Modules | ( | FT_Library | library | ) |
Definition at line 198 of file ftinit.c.
Referenced by FT_Init_FreeType().
FT_Done_FreeType | ( | FT_Library | library | ) |
Definition at line 356 of file ftinit.c.
Referenced by ExecuteTest(), and main().
FT_Init_FreeType | ( | FT_Library * | alibrary | ) |
Definition at line 320 of file ftinit.c.
Referenced by ExecuteTest(), FtfdEnableDriver(), InitFontSupport(), and main().
FT_Set_Default_Properties | ( | FT_Library | library | ) |
Definition at line 309 of file ftinit.c.
Referenced by FT_Init_FreeType().
|
static |