#include <ft2build.h>
#include "psauxmod.h"
#include "psobjs.h"
#include "t1decode.h"
#include "t1cmap.h"
#include "afmparse.h"
Go to the source code of this file.
Variables | |
FT_CALLBACK_TABLE_DEF const PS_Table_FuncsRec | ps_table_funcs |
FT_CALLBACK_TABLE_DEF const PS_Parser_FuncsRec | ps_parser_funcs |
FT_CALLBACK_TABLE_DEF const T1_Builder_FuncsRec | t1_builder_funcs |
FT_CALLBACK_TABLE_DEF const T1_Decoder_FuncsRec | t1_decoder_funcs |
FT_CALLBACK_TABLE_DEF const AFM_Parser_FuncsRec | afm_parser_funcs |
FT_CALLBACK_TABLE_DEF const T1_CMap_ClassesRec | t1_cmap_classes |
static const PSAux_Interface | psaux_interface |
FT_CALLBACK_TABLE_DEF const FT_Module_Class | psaux_module_class |
FT_CALLBACK_TABLE_DEF const AFM_Parser_FuncsRec afm_parser_funcs |
Initial value:
Definition at line 84 of file psauxmod.c.
FT_CALLBACK_TABLE_DEF const PS_Parser_FuncsRec ps_parser_funcs |
Initial value:
{ ps_parser_init, ps_parser_done, ps_parser_skip_spaces, ps_parser_skip_PS_token, ps_parser_to_int, ps_parser_to_fixed, ps_parser_to_bytes, ps_parser_to_coord_array, ps_parser_to_fixed_array, ps_parser_to_token, ps_parser_to_token_array, ps_parser_load_field, ps_parser_load_field_table }
Definition at line 41 of file psauxmod.c.
Referenced by ps_parser_init().
FT_CALLBACK_TABLE_DEF const PS_Table_FuncsRec ps_table_funcs |
const PSAux_Interface psaux_interface [static] |
Initial value:
{ &ps_table_funcs, &ps_parser_funcs, &t1_builder_funcs, &t1_decoder_funcs, t1_decrypt, (const T1_CMap_ClassesRec*) &t1_cmap_classes, &afm_parser_funcs, }
Definition at line 104 of file psauxmod.c.
FT_CALLBACK_TABLE_DEF const FT_Module_Class psaux_module_class |
Initial value:
{ 0, sizeof( FT_ModuleRec ), "psaux", 0x20000L, 0x20000L, &psaux_interface, (FT_Module_Constructor)0, (FT_Module_Destructor) 0, (FT_Module_Requester) 0 }
Definition at line 123 of file psauxmod.c.
FT_CALLBACK_TABLE_DEF const T1_Builder_FuncsRec t1_builder_funcs |
Initial value:
{ t1_builder_init, t1_builder_done, t1_builder_check_points, t1_builder_add_point, t1_builder_add_point1, t1_builder_add_contour, t1_builder_start_point, t1_builder_close_contour }
Definition at line 60 of file psauxmod.c.
Referenced by t1_builder_init().
FT_CALLBACK_TABLE_DEF const T1_CMap_ClassesRec t1_cmap_classes |
Initial value:
{ &t1_cmap_standard_class_rec, &t1_cmap_expert_class_rec, &t1_cmap_custom_class_rec, &t1_cmap_unicode_class_rec }
Definition at line 94 of file psauxmod.c.
FT_CALLBACK_TABLE_DEF const T1_Decoder_FuncsRec t1_decoder_funcs |