diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-05-05 10:15:29 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-05-05 10:53:13 +0200 |
commit | c03a71afe48a49e23ade94240f818f15afccf62e (patch) | |
tree | f62763d80d6b715096ce976cc460aa4411542dc9 /src/gdfontmb.h | |
parent | 239a1d32b4216d04765946c0b7820ec845a0806d (diff) | |
download | libgd-c03a71afe48a49e23ade94240f818f15afccf62e.tar.gz |
WS
Diffstat (limited to 'src/gdfontmb.h')
-rw-r--r-- | src/gdfontmb.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/gdfontmb.h b/src/gdfontmb.h index a943741..d10ec81 100644 --- a/src/gdfontmb.h +++ b/src/gdfontmb.h @@ -6,14 +6,14 @@ extern "C" { #endif - /* - This is a header file for gd font, generated using - bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz - from bdf font - -misc-fixed-bold-r-normal-sans-13-94-100-100-c-70-iso8859-2 - at Thu Jan 8 13:54:57 1998. - No copyright info was found in the original bdf. - */ +/* + This is a header file for gd font, generated using + bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz + from bdf font + -misc-fixed-bold-r-normal-sans-13-94-100-100-c-70-iso8859-2 + at Thu Jan 8 13:54:57 1998. + No copyright info was found in the original bdf. + */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -21,8 +21,8 @@ extern "C" #include "gd.h" - BGD_EXPORT_DATA_PROT gdFontPtr gdFontMediumBold; - BGD_DECLARE(gdFontPtr) gdFontGetMediumBold(void); +BGD_EXPORT_DATA_PROT gdFontPtr gdFontMediumBold; +BGD_DECLARE(gdFontPtr) gdFontGetMediumBold(void); #ifdef __cplusplus } |