LibGd
2.4.0-dev
GD Graphics library
Loading...
Searching...
No Matches
src
gdfontmb.h
1
#ifndef _GDFONTMB_H_
2
#define _GDFONTMB_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-bold-r-normal-sans-13-94-100-100-c-70-iso8859-2
13
at Thu Jan 8 13:54:57 1998.
14
No copyright info was found in the original bdf.
15
*/
16
17
#include "gd.h"
18
19
extern
BGD_EXPORT_DATA_PROT gdFontPtr gdFontMediumBold;
20
BGD_DECLARE(gdFontPtr)
gdFontGetMediumBold
(
void
);
21
22
#ifdef __cplusplus
23
}
24
#endif
25
26
#endif
gdFontGetMediumBold
gdFontPtr gdFontGetMediumBold(void)
Gets the built-in medium bold font.
Definition
gdfontmb.c:3877
Generated by
1.9.8