LibGd 2.4.0-dev
GD Graphics library
Loading...
Searching...
No Matches
gdfontt.h
1#ifndef _GDFONTT_H_
2#define _GDFONTT_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-Normal--8-80-75-75-C-50-ISO8859-2
13 at Thu Jan 8 13:49:54 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 gdFontTiny;
21BGD_DECLARE(gdFontPtr) gdFontGetTiny(void);
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif
gdFontPtr gdFontGetTiny(void)
Gets the built-in tiny font.
Definition gdfontt.c:2598