xref: /plan9/sys/src/cmd/gs/src/gdevpdtv.h (revision 593dc095aefb2a85c828727bbfa9da139a49bdf4)
1 /*
2  * Copyright (C) 2002 artofcode LLC.  All rights reserved.
3  * See toolbin/encs2c.ps for the complete license notice.
4  *
5  * $Id: gdevpdtv.h,v 1.1 2003/07/31 20:14:37 alexcher Exp $
6  *
7  * This file contains substantial parts of toolbin/encs2c.ps,
8  * which generated the remainder of the file mechanically from
9  *   gs_std_e.ps  gs_il1_e.ps  gs_sym_e.ps  gs_dbt_e.ps
10  *   gs_wan_e.ps  gs_mro_e.ps  gs_mex_e.ps  gs_mgl_e.ps
11  *   gs_lgo_e.ps  gs_lgx_e.ps  gs_css_e.ps
12  */
13 
14 #ifndef gdevpdtv_INCLUDED
15 #define gdevpdtv_INCLUDED
16 
17 #define GS_C_PDF_MAX_GOOD_GLYPH 21894
18 #define GS_C_PDF_GOOD_GLYPH_MASK 1
19 #define GS_C_PDF_GOOD_NON_SYMBOL_MASK 2
20 
21 extern const unsigned char gs_c_pdf_glyph_type[];
22 
23 #endif /* gdevpdtv_INCLUDED */
24