|
Classes |
struct | PSH_Globals_FuncsRec_ |
struct | T1_Hints_FuncsRec_ |
struct | T2_Hints_FuncsRec_ |
struct | PSHinter_Interface_ |
Defines |
#define | FT_DEFINE_PSHINTER_INTERFACE(class_, get_globals_funcs_,get_t1_funcs_, get_t2_funcs_) |
Typedefs |
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 FT_Error(*) | 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 PSH_Globals_FuncsRec_ | PSH_Globals_FuncsRec |
typedef PSH_Globals_FuncsRec_ * | PSH_Globals_Funcs |
typedef T1_HintsRec_ * | T1_Hints |
typedef 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 T1_Hints_FuncsRec_ | T1_Hints_FuncsRec |
typedef T2_HintsRec_ * | T2_Hints |
typedef 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_UInt 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 T2_Hints_FuncsRec_ | T2_Hints_FuncsRec |
typedef PSHinter_Interface_ | PSHinter_Interface |
typedef PSHinter_Interface * | PSHinter_Service |