/* Copyright (C) 2001-2021 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of the license contained in the file LICENSE in this distribution. Refer to licensing information at http://www.artifex.com or contact Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato, CA 94945, U.S.A., +1(415)492-9861, for further information. */ /* pxbfont.h */ /* Interface to PCL XL built-in bitmap font */ #ifndef pxbfont_h_INCLUDED #define pxbfont_h_INCLUDED /* * This bitmap font is included in the interpreter solely for the * purpose of producing error pages. */ extern const int px_bitmap_font_point_size; extern const int px_bitmap_font_resolution; extern const byte px_bitmap_font_header[]; extern const uint px_bitmap_font_header_size; extern const byte px_bitmap_font_char_data[]; #endif