src/try.h
/* [<][>][^][v][top][bottom][index][help] */
FUNCTIONS
This source file includes following functions.
1 /*
2 * try.h - a header file for drv_try.c
3 * by Hirotsugu Kakugawa
4 *
5 * 16 Jul 1998 First implementation
6 */
7 /*
8 * Copyright (C) 1998 Hirotsugu Kakugawa.
9 * All rights reserved.
10 *
11 * This file is part of the VFlib Library. This library is free
12 * software; you can redistribute it and/or modify it under the terms of
13 * the GNU Library General Public License as published by the Free
14 * Software Foundation; either version 2 of the License, or (at your
15 * option) any later version. This library is distributed in the hope
16 * that it will be useful, but WITHOUT ANY WARRANTY; without even the
17 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
18 * PURPOSE. See the GNU Library General Public License for more details.
19 * You should have received a copy of the GNU Library General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 */
23
24 #define FONTCLASS_NAME_TRY "try"
25
26 #define VF_CAPE_TRY_FONT_LIST "font-list"
27
28 /*EOF*/