Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

gdfontl.h

Go to the documentation of this file.
00001 
00002 /*
00003  *   THIS FILE IS UNDER RCS - DO NOT MODIFY UNLESS YOU HAVE
00004  *   CHECKED IT OUT USING THE COMMAND CHECKOUT.
00005  *
00006  *    $Id: gdfontl_8h-source.html 2161 2006-05-19 16:55:03Z paulf $
00007  *
00008  *    Revision history:
00009  *     $Log$
00009  *     Revision 1.1  2006/05/19 16:55:02  paulf
00009  *     first inclusion
00009  *
00010  *     Revision 1.1  2000/02/14 20:05:54  lucky
00011  *     Initial revision
00012  *
00013  *
00014  */
00015 
00016 #ifndef GDFONTL_H
00017 #define GDFONTL_H 1
00018 
00019 /* gdfontl.h: brings in the larger of the two provided fonts.
00020         Also link with gdfontl.c. */
00021 
00022 #include "gd.h"
00023 
00024 /* 8x16 font derived from a public domain font in the X
00025         distribution. Only contains the 96 standard ascii characters,
00026         sorry. Feel free to improve on this. */
00027 
00028 extern gdFontPtr gdFontLarge;
00029 
00030 #endif

Generated on Tue May 6 09:16:01 2003 for Earthworm Libs by doxygen1.3-rc3