summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gdfonts.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-03-29 18:20:33 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-03-29 18:20:33 +0000
commit8b079070a3a966b87b0ab30697b31ebcd2ad636c (patch)
tree8d791cf91952af70b9069cb6629264a93c3856e8 /ext/gd/libgd/gdfonts.c
parentc29e9277d0ffdef1cc03ce5c2a4be23ef2fd9c3c (diff)
downloadphp-git-8b079070a3a966b87b0ab30697b31ebcd2ad636c.tar.gz
Synchronized bundled GD library with GD 2.0.22.
Diffstat (limited to 'ext/gd/libgd/gdfonts.c')
-rw-r--r--ext/gd/libgd/gdfonts.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/gd/libgd/gdfonts.c b/ext/gd/libgd/gdfonts.c
index eec0a3d71e..165cf70c54 100644
--- a/ext/gd/libgd/gdfonts.c
+++ b/ext/gd/libgd/gdfonts.c
@@ -3868,4 +3868,9 @@ gdFont gdFontSmallRep =
gdFontPtr gdFontSmall = &gdFontSmallRep;
+gdFontPtr gdFontGetSmall(void)
+{
+ return gdFontSmall;
+}
+
/* This file has not been truncated. */