xref: /plan9/sys/src/cmd/gs/src/ifont2.h (revision 593dc095aefb2a85c828727bbfa9da139a49bdf4)
1 /* Copyright (C) 2000 Aladdin Enterprises.  All rights reserved.
2 
3   This software is provided AS-IS with no warranty, either express or
4   implied.
5 
6   This software is distributed under license and may not be copied,
7   modified or distributed except as expressly authorized under the terms
8   of the license contained in the file LICENSE in this distribution.
9 
10   For more information about licensing, please refer to
11   http://www.ghostscript.com/licensing/. For information on
12   commercial licensing, go to http://www.artifex.com/licensing/ or
13   contact Artifex Software, Inc., 101 Lucas Valley Road #110,
14   San Rafael, CA  94903, U.S.A., +1(415)492-9861.
15 */
16 
17 /* $Id: ifont2.h,v 1.6 2003/08/21 14:55:14 igor Exp $ */
18 /* Type 2 font utilities 2 */
19 
20 #ifndef ifont2_INCLUDED
21 #  define ifont2_INCLUDED
22 
23 /* Default value of lenIV */
24 #define DEFAULT_LENIV_2 (-1)
25 
26 /*
27  * Get the additional parameters for a Type 2 font (or FontType 2 FDArray
28  * entry in a CIDFontType 0 font), beyond those common to Type 1 and Type 2
29  * fonts.
30  */
31 int type2_font_params(const_os_ptr op, charstring_font_refs_t *pfr,
32 		      gs_type1_data *pdata1);
33 
34 #endif /* ifont2_INCLUDED */
35