1 /* Copyright (C) 2001-2006 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, modified
8    or distributed except as expressly authorized under the terms of that
9    license.  Refer to licensing information at http://www.artifex.com/
10    or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
11    San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12 */
13 
14 /* $Id: ifont2.h 9043 2008-08-28 22:48:19Z giles $ */
15 /* Type 2 font utilities 2 */
16 
17 #ifndef ifont2_INCLUDED
18 #  define ifont2_INCLUDED
19 
20 /* Default value of lenIV */
21 #define DEFAULT_LENIV_2 (-1)
22 
23 /*
24  * Get the additional parameters for a Type 2 font (or FontType 2 FDArray
25  * entry in a CIDFontType 0 font), beyond those common to Type 1 and Type 2
26  * fonts.
27  */
28 int type2_font_params(const_os_ptr op, charstring_font_refs_t *pfr,
29 		      gs_type1_data *pdata1);
30 
31 #endif /* ifont2_INCLUDED */
32