|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ft2build.h>
Go to the source code of this file.
Macros | |
| #define | FT_COMPONENT 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 80 of file ftinit.c.
Referenced by FT_Init_FreeType().
| FT_Done_FreeType | ( | FT_Library | library | ) |
| FT_Init_FreeType | ( | FT_Library * | alibrary | ) |
Definition at line 196 of file ftinit.c.
Referenced by FtfdEnableDriver(), and InitFontSupport().
| FT_Set_Default_Properties | ( | FT_Library | library | ) |
Definition at line 185 of file ftinit.c.
Referenced by FT_Init_FreeType().
|
static |
Definition at line 70 of file ftinit.c.
Referenced by FT_Add_Default_Modules().