1 /* Copyright (C) 2001-2019 Artifex Software, Inc.
2    All Rights Reserved.
3 
4    This software is provided AS-IS with no warranty, either express or
5    implied.
6 
7    This software is distributed under license and may not be copied,
8    modified or distributed except as expressly authorized under the terms
9    of the license contained in the file LICENSE in this distribution.
10 
11    Refer to licensing information at http://www.artifex.com or contact
12    Artifex Software, Inc.,  1305 Grant Avenue - Suite 200, Novato,
13    CA 94945, U.S.A., +1(415)492-9861, for further information.
14 */
15 
16 /*
17  * This file contains substantial parts of toolbin/encs2c.ps,
18  * which generated the remainder of the file mechanically from
19  *   gs_std_e.ps  gs_il1_e.ps  gs_sym_e.ps  gs_dbt_e.ps
20  *   gs_wan_e.ps  gs_mro_e.ps  gs_mex_e.ps  gs_mgl_e.ps
21  *   gs_lgo_e.ps  gs_lgx_e.ps  gs_css_e.ps
22  *
23  * This source file is maintained manually under source code control,
24  * however its content should be regenerated by using encs2c.ps
25  * if changes are required.
26  */
27 
28 #ifndef gdevpdtv_INCLUDED
29 #define gdevpdtv_INCLUDED
30 
31 #define GS_C_PDF_MAX_GOOD_GLYPH 21894
32 #define GS_C_PDF_GOOD_GLYPH_MASK 1
33 #define GS_C_PDF_GOOD_NON_SYMBOL_MASK 2
34 
35 extern const unsigned char gs_c_pdf_glyph_type[];
36 
37 #endif /* gdevpdtv_INCLUDED */
38