src/pk.h
/* [<][>][^][v][top][bottom][index][help] */
FUNCTIONS
This source file includes following functions.
1 /*
2 * pk.h - PK 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_PK_H__
24 #define __VFLIB_PK_H__
25
26 #include "texfonts.h"
27
28 #define FONT_DRIVER_PK 1
29
30 #define PK_PRE 247
31 #define PK_ID 89
32 #define PK_XXX1 240
33 #define PK_XXX2 241
34 #define PK_XXX3 242
35 #define PK_XXX4 243
36 #define PK_YYY 244
37 #define PK_POST 245
38 #define PK_NO_OP 246
39
40 #endif /*__VFLIB_GF_H__*/
41
42
43 /*EOF*/