php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
gdfonts.h
Go to the documentation of this file.
1
2#ifndef _GDFONTS_H_
3#define _GDFONTS_H_ 1
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9/*
10 This is a header file for gd font, generated using
11 bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
12 from bdf font
13 -misc-fixed-medium-r-semicondensed-sans-12-116-75-75-c-60-iso8859-2
14 at Thu Jan 8 14:13:20 1998.
15 No copyright info was found in the original bdf.
16 */
17
18
19#include "gd.h"
20
22extern gdFontPtr gdFontGetSmall(void);
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif
29
gdFont * gdFontPtr
Definition gd.h:288
gdFontPtr gdFontSmall
Definition gdfonts.c:3869
gdFontPtr gdFontGetSmall(void)
Definition gdfonts.c:3871