src/comic.h

/* [<][>]
[^][v][top][bottom][index][help] */

FUNCTIONS

This source file includes following functions.

   1 /*
   2  * comic.h - a header file for drv_comic.c
   3  * by Hirotsugu Kakugawa
   4  *
   5  *   5 Mar 1997  VFlib 3.1.4
   6  *   1 Apr 1997  VFlib 3.2    Long capability names
   7  */
   8 /*
   9  * Copyright (C) 1997 Hirotsugu Kakugawa. 
  10  * All rights reserved.
  11  *
  12  * This file is part of the VFlib Library.  This library is free
  13  * software; you can redistribute it and/or modify it under the terms of
  14  * the GNU Library General Public License as published by the Free
  15  * Software Foundation; either version 2 of the License, or (at your
  16  * option) any later version.  This library is distributed in the hope
  17  * that it will be useful, but WITHOUT ANY WARRANTY; without even the
  18  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  19  * PURPOSE.  See the GNU Library General Public License for more details.
  20  * You should have received a copy of the GNU Library General Public
  21  * License along with this library; if not, write to the Free Software
  22  * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  23  */
  24 
  25 #define FONTCLASS_NAME_COMIC            "japanese-comic"
  26 
  27 #define VF_CAPE_COMIC_KANJI_FONT     "kanji-font"
  28 #define VF_CAPE_COMIC_KANA_FONT      "kana-font"
  29 #define VF_CAPE_COMIC_SYMBOL_FONT      "symbol-font"
  30 #define VF_CAPE_COMIC_ALNUM_FONT       "alpha-numeric-font"
  31 #define VF_CAPE_COMIC_HIRAKANA_FONT    "hirakana-font"
  32 #define VF_CAPE_COMIC_KATAKANA_FONT    "katakana-font"
  33 #define VF_CAPE_COMIC_GREEK_FONT       "greek-font"
  34 #define VF_CAPE_COMIC_CYRILLIC_FONT    "cyrillic-font"
  35 #define VF_CAPE_COMIC_KEISEN_FONT      "keisen-font"
  36 
  37 /*EOF*/

/* [<][>][^][v][top][bottom][index][help] */