|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| struct | T1_Loader_ |
Macros | |
| #define | T1_PRIVATE ( 1 << 0 ) |
| #define | T1_FONTDIR_AFTER_PRIVATE ( 1 << 1 ) |
Typedefs | |
| typedef FT_BEGIN_HEADER struct T1_Loader_ | T1_LoaderRec |
| typedef FT_BEGIN_HEADER struct T1_Loader_ * | T1_Loader |
Functions | |
| T1_Open_Face (T1_Face face) | |
| T1_Get_Multi_Master (T1_Face face, FT_Multi_Master *master) | |
| T1_Get_MM_Var (T1_Face face, FT_MM_Var **master) | |
| T1_Set_MM_Blend (T1_Face face, FT_UInt num_coords, FT_Fixed *coords) | |
| T1_Get_MM_Blend (T1_Face face, FT_UInt num_coords, FT_Fixed *coords) | |
| T1_Set_MM_Design (T1_Face face, FT_UInt num_coords, FT_Long *coords) | |
| T1_Reset_MM_Blend (T1_Face face, FT_UInt instance_index) | |
| T1_Get_Var_Design (T1_Face face, FT_UInt num_coords, FT_Fixed *coords) | |
| T1_Set_Var_Design (T1_Face face, FT_UInt num_coords, FT_Fixed *coords) | |
| T1_Done_Blend (T1_Face face) | |
| T1_Set_MM_WeightVector (T1_Face face, FT_UInt len, FT_Fixed *weightvector) | |
| T1_Get_MM_WeightVector (T1_Face face, FT_UInt *len, FT_Fixed *weightvector) | |
| typedef FT_BEGIN_HEADER struct T1_Loader_ * T1_Loader |
| typedef FT_BEGIN_HEADER struct T1_Loader_ T1_LoaderRec |
| T1_Done_Blend | ( | T1_Face | face | ) |
Definition at line 710 of file t1load.c.
Referenced by T1_Face_Done(), and T1_Open_Face().
Definition at line 449 of file t1load.c.
Definition at line 302 of file t1load.c.
| T1_Get_Multi_Master | ( | T1_Face | face, |
| FT_Multi_Master * | master | ||
| ) |
Definition at line 192 of file t1load.c.
Referenced by T1_Get_MM_Var().
| T1_Open_Face | ( | T1_Face | face | ) |
Definition at line 2481 of file t1load.c.
Referenced by T1_Face_Init().
Definition at line 640 of file t1load.c.
Definition at line 428 of file t1load.c.
Referenced by T1_Reset_MM_Blend().
Definition at line 553 of file t1load.c.
Referenced by T1_Set_Var_Design().
Definition at line 655 of file t1load.c.