diff options
author | pierre <none@none> | 2006-04-05 15:51:24 +0000 |
---|---|---|
committer | pierre <none@none> | 2006-04-05 15:51:24 +0000 |
commit | 480330b083f8e4e5f08d99510179482af6e5b829 (patch) | |
tree | a1d012895fb2690b8bc1b79ae286ebb1debb0251 /src/gdfontg.c | |
parent | 06e39b1bf5817e785bd467f71d868bd8106a36ba (diff) | |
download | libgd-480330b083f8e4e5f08d99510179482af6e5b829.tar.gz |
- sync to 2.0.22GD_2_0_22
Diffstat (limited to 'src/gdfontg.c')
-rw-r--r-- | src/gdfontg.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gdfontg.c b/src/gdfontg.c index c103c5c..f942b8a 100644 --- a/src/gdfontg.c +++ b/src/gdfontg.c @@ -4379,4 +4379,9 @@ gdFont gdFontGiantRep = { BGD_EXPORT_DATA_IMPL gdFontPtr gdFontGiant = &gdFontGiantRep; +gdFontPtr gdFontGetGiant(void) +{ + return gdFontGiant; +} + /* This file has not been truncated. */ |