#include <ft2build.h>
Go to the source code of this file.
|
typedef typedefFT_BEGIN_HEADER struct PSH_GlobalsRec_ * | PSH_Globals |
|
typedef FT_Error(* | PSH_Globals_NewFunc) (FT_Memory memory, T1_Private *private_dict, PSH_Globals *aglobals) |
|
typedef void(* | PSH_Globals_SetScaleFunc) (PSH_Globals globals, FT_Fixed x_scale, FT_Fixed y_scale, FT_Fixed x_delta, FT_Fixed y_delta) |
|
typedef void(* | PSH_Globals_DestroyFunc) (PSH_Globals globals) |
|
typedef struct PSH_Globals_FuncsRec_ | PSH_Globals_FuncsRec |
|
typedef struct PSH_Globals_FuncsRec_ * | PSH_Globals_Funcs |
|
typedef struct T1_HintsRec_ * | T1_Hints |
|
typedef const struct T1_Hints_FuncsRec_ * | T1_Hints_Funcs |
|
typedef void(* | T1_Hints_OpenFunc) (T1_Hints hints) |
|
typedef void(* | T1_Hints_SetStemFunc) (T1_Hints hints, FT_UInt dimension, FT_Fixed *coords) |
|
typedef void(* | T1_Hints_SetStem3Func) (T1_Hints hints, FT_UInt dimension, FT_Fixed *coords) |
|
typedef void(* | T1_Hints_ResetFunc) (T1_Hints hints, FT_UInt end_point) |
|
typedef FT_Error(* | T1_Hints_CloseFunc) (T1_Hints hints, FT_UInt end_point) |
|
typedef FT_Error(* | T1_Hints_ApplyFunc) (T1_Hints hints, FT_Outline *outline, PSH_Globals globals, FT_Render_Mode hint_mode) |
|
typedef struct T1_Hints_FuncsRec_ | T1_Hints_FuncsRec |
|
typedef struct T2_HintsRec_ * | T2_Hints |
|
typedef const struct T2_Hints_FuncsRec_ * | T2_Hints_Funcs |
|
typedef void(* | T2_Hints_OpenFunc) (T2_Hints hints) |
|
typedef void(* | T2_Hints_StemsFunc) (T2_Hints hints, FT_UInt dimension, FT_Int count, FT_Fixed *coordinates) |
|
typedef void(* | T2_Hints_MaskFunc) (T2_Hints hints, FT_UInt end_point, FT_UInt bit_count, const FT_Byte *bytes) |
|
typedef void(* | T2_Hints_CounterFunc) (T2_Hints hints, FT_UInt bit_count, const FT_Byte *bytes) |
|
typedef FT_Error(* | T2_Hints_CloseFunc) (T2_Hints hints, FT_UInt end_point) |
|
typedef FT_Error(* | T2_Hints_ApplyFunc) (T2_Hints hints, FT_Outline *outline, PSH_Globals globals, FT_Render_Mode hint_mode) |
|
typedef struct T2_Hints_FuncsRec_ | T2_Hints_FuncsRec |
|
typedef struct PSHinter_Interface_ | PSHinter_Interface |
|
typedef PSHinter_Interface * | PSHinter_Service |
|
◆ FT_DEFINE_PSHINTER_INTERFACE
#define FT_DEFINE_PSHINTER_INTERFACE |
( |
|
class_, |
|
|
|
get_globals_funcs_, |
|
|
|
get_t1_funcs_, |
|
|
|
get_t2_funcs_ |
|
) |
| |
Value:
{ \
get_globals_funcs_, \
get_t1_funcs_, \
get_t2_funcs_ \
};
Definition at line 685 of file pshints.h.
◆ PSH_Globals
◆ PSH_Globals_DestroyFunc
◆ PSH_Globals_Funcs
◆ PSH_Globals_FuncsRec
◆ PSH_Globals_NewFunc
◆ PSH_Globals_SetScaleFunc
◆ PSHinter_Interface
◆ PSHinter_Service
◆ T1_Hints
◆ T1_Hints_ApplyFunc
◆ T1_Hints_CloseFunc
◆ T1_Hints_Funcs
◆ T1_Hints_FuncsRec
◆ T1_Hints_OpenFunc
◆ T1_Hints_ResetFunc
◆ T1_Hints_SetStem3Func
◆ T1_Hints_SetStemFunc
◆ T2_Hints
◆ T2_Hints_ApplyFunc
◆ T2_Hints_CloseFunc
◆ T2_Hints_CounterFunc
◆ T2_Hints_Funcs
◆ T2_Hints_FuncsRec
◆ T2_Hints_MaskFunc
◆ T2_Hints_OpenFunc
◆ T2_Hints_StemsFunc