src/gf.h
/* [<][>][^][v][top][bottom][index][help] */
FUNCTIONS
This source file includes following functions.
1 /*
2 * gf.h - GF file
3 *
4 * 30 Jan 1998
5 */
6 /*
7 * Copyright (C) 1996-1998 Hirotsugu Kakugawa.
8 * All rights reserved.
9 *
10 * This file is part of the VFlib Library. This library is free
11 * software; you can redistribute it and/or modify it under the terms of
12 * the GNU Library General Public License as published by the Free
13 * Software Foundation; either version 2 of the License, or (at your
14 * option) any later version. This library is distributed in the hope
15 * that it will be useful, but WITHOUT ANY WARRANTY; without even the
16 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
17 * PURPOSE. See the GNU Library General Public License for more details.
18 * You should have received a copy of the GNU Library General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 */
22
23 #ifndef __VFLIB_GF_H__
24 #define __VFLIB_GF_H__
25
26 #include "texfonts.h"
27
28 #define FONT_DRIVER_GF 1
29
30 #define GF_PRE 247
31 #define GF_ID 131
32 #define GF_POST 248
33 #define GF_CHAR_LOC 245
34 #define GF_CHAR_LOC0 246
35 #define GF_POST_POST 249
36
37 #define GF_PAINT_0 0
38 #define GF_PAINT_1 1
39 #define GF_PAINT_63 63
40 #define GF_PAINT1 64
41 #define GF_PAINT2 65
42 #define GF_PAINT3 66
43 #define GF_BOC 67
44 #define GF_BOC1 68
45 #define GF_EOC 69
46 #define GF_SKIP0 70
47 #define GF_SKIP1 71
48 #define GF_SKIP2 72
49 #define GF_SKIP3 73
50 #define GF_NEW_ROW_0 74
51 #define GF_NEW_ROW_164 238
52 #define GF_XXX1 239
53 #define GF_XXX2 240
54 #define GF_XXX3 241
55 #define GF_XXX4 242
56 #define GF_YYY 243
57 #define GF_NO_OP 244
58
59 #endif /*__VFLIB_GF_H__*/
60
61 /*EOF*/