1 /***************************************************************************/
5 /* FreeType auxiliary PostScript module implementation (body). */
7 /* Copyright 2000-2001, 2002, 2003, 2006 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */
16 /***************************************************************************/
25 #ifndef T1_CONFIG_OPTION_NO_AFM
31 const PS_Table_FuncsRec ps_table_funcs
=
41 const PS_Parser_FuncsRec ps_parser_funcs
=
45 ps_parser_skip_spaces
,
46 ps_parser_skip_PS_token
,
50 ps_parser_to_coord_array
,
51 ps_parser_to_fixed_array
,
53 ps_parser_to_token_array
,
55 ps_parser_load_field_table
60 const T1_Builder_FuncsRec t1_builder_funcs
=
64 t1_builder_check_points
,
66 t1_builder_add_point1
,
67 t1_builder_add_contour
,
68 t1_builder_start_point
,
69 t1_builder_close_contour
74 const T1_Decoder_FuncsRec t1_decoder_funcs
=
78 t1_decoder_parse_charstrings
82 #ifndef T1_CONFIG_OPTION_NO_AFM
84 const AFM_Parser_FuncsRec afm_parser_funcs
=
94 const T1_CMap_ClassesRec t1_cmap_classes
=
96 &t1_cmap_standard_class_rec
,
97 &t1_cmap_expert_class_rec
,
98 &t1_cmap_custom_class_rec
,
99 &t1_cmap_unicode_class_rec
104 const PSAux_Interface psaux_interface
=
112 (const T1_CMap_ClassesRec
*) &t1_cmap_classes
,
114 #ifndef T1_CONFIG_OPTION_NO_AFM
122 FT_CALLBACK_TABLE_DEF
123 const FT_Module_Class psaux_module_class
=
126 sizeof( FT_ModuleRec
),
131 &psaux_interface
, /* module-specific interface */
133 (FT_Module_Constructor
)0,
134 (FT_Module_Destructor
) 0,
135 (FT_Module_Requester
) 0