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: zchar42.h 9222 2008-11-16 14:47:49Z leonardo $ */
15 
16 #ifndef zchar42_INCLUDED
17 #  define zchar42_INCLUDED
18 
19 /* Get a Type 42 character metrics and set the cache device. */
20 int zchar42_set_cache(i_ctx_t *i_ctx_p, gs_font_base *pbfont, ref *cnref,
21 	    uint glyph_index, op_proc_t cont, op_proc_t *exec_cont);
22 
23 #endif /* zchar42_INCLUDED */
24