LibGd 2.4.0-dev
GD Graphics library
Loading...
Searching...
No Matches
gdfontg.h
1#ifndef _GDFONTG_H_
2#define _GDFONTG_H_ 1
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8/*
9 This is a header file for gd font, generated using
10 bdftogd version 0.51 by Jan Pazdziora, adelton@fi.muni.cz
11 from bdf font
12 -Misc-Fixed-Bold-R-Normal-Sans-15-140-75-75-C-90-ISO8859-2
13 at Mon Jan 26 14:45:58 1998.
14 The original bdf was holding following copyright:
15 "Libor Skarvada, libor@informatics.muni.cz"
16 */
17
18#include "gd.h"
19
20extern BGD_EXPORT_DATA_PROT gdFontPtr gdFontGiant;
21BGD_DECLARE(gdFontPtr) gdFontGetGiant(void);
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif
gdFontPtr gdFontGetGiant(void)
Gets the built-in giant font.
Definition gdfontg.c:4387