LibGd
2.4.0-dev
GD Graphics library
Loading...
Searching...
No Matches
src
gdfontl.h
1
#ifndef _GDFONTL_H_
2
#define _GDFONTL_H_ 1
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
/*
9
This is a header file for gd font, generated using
10
bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
11
from bdf font
12
-misc-fixed-medium-r-normal--16-140-75-75-c-80-iso8859-2
13
at Tue Jan 6 19:39:27 1998.
14
15
The original bdf was holding following copyright:
16
"Libor Skarvada, libor@informatics.muni.cz"
17
*/
18
19
#include "gd.h"
20
21
extern
BGD_EXPORT_DATA_PROT gdFontPtr gdFontLarge;
22
BGD_DECLARE(gdFontPtr)
gdFontGetLarge
(
void
);
23
24
#ifdef __cplusplus
25
}
26
#endif
27
28
#endif
gdFontGetLarge
gdFontPtr gdFontGetLarge(void)
Gets the built-in large font.
Definition
gdfontl.c:4644
Generated by
1.9.8