diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-03-29 18:20:33 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-03-29 18:20:33 +0000 |
commit | 8b079070a3a966b87b0ab30697b31ebcd2ad636c (patch) | |
tree | 8d791cf91952af70b9069cb6629264a93c3856e8 /ext/gd/libgd/gdfonts.c | |
parent | c29e9277d0ffdef1cc03ce5c2a4be23ef2fd9c3c (diff) | |
download | php-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.c | 5 |
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. */ |