src/jtex.h
/* [<][>][^][v][top][bottom][index][help] */
FUNCTIONS
This source file includes following functions.
1 /*
2 * jtex.h - a header file for drv_jtex.c
3 * by Hirotsugu Kakugawa
4 *
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 #define FONTCLASS_NAME_JTEX "ascii-jtex-kanji"
24
25 #define VF_CAPE_JTEX_MAP_SUFIX "implicit-font-mapping-suffix"
26 #define VF_CAPE_JTEX_KANJI_FONT "kanji-font"
27 #define VF_CAPE_JTEX_TFM_FILE "tfm-file"
28 #define VF_CAPE_JTEX_ADJUSTMENT_FILE "metric-adjustment-file"
29 #define VF_CAPE_JTEX_KF_POINT_SIZE "kanji-font-point-size"
30 #define VF_CAPE_JTEX_KF_PIXEL_SIZE "kanji-font-pixel-size"
31 #define VF_CAPE_JTEX_KF_MAG "kanji-font-magnification"
32
33
34 #define JTEX_MAX_CHARTYPE 64
35
36 /*EOF*/