LibGd 2.4.0-dev
GD Graphics library
Loading...
Searching...
No Matches
gdfonts.h
1#ifndef _GDFONTS_H_
2#define _GDFONTS_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.5 by Jan Pazdziora, adelton@fi.muni.cz
11 from bdf font
12 -misc-fixed-medium-r-semicondensed-sans-12-116-75-75-c-60-iso8859-2
13 at Thu Jan 8 14:13:20 1998.
14 No copyright info was found in the original bdf.
15 */
16
17#include "gd.h"
18
19extern BGD_EXPORT_DATA_PROT gdFontPtr gdFontSmall;
20BGD_DECLARE(gdFontPtr) gdFontGetSmall(void);
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif
gdFontPtr gdFontGetSmall(void)
Gets the built-in small font.
Definition gdfonts.c:3877