blob: 6fc8ae851d5a908683518a5c2bc06ce8a5578a80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/****************************************************************************\
Part of the XeTeX typesetting system
copyright (c) 1994-2005 by SIL International
written by Jonathan Kew
This software is distributed under the terms of the Common Public License,
version 1.0.
For details, see <http://www.opensource.org/licenses/cpl1.0.php> or the file
cpl1.0.txt included with the software.
\****************************************************************************/
#define xdv_kpse_otf_format 0
#define xdv_kpse_pfb_format 1
#define xdv_kpse_tfm_format 2
#define xdv_kpse_font_map_format 3
#define xdv_kpse_enc_format 4
|