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/gdfontl.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/gdfontl.c')
| -rw-r--r-- | ext/gd/libgd/gdfontl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/gd/libgd/gdfontl.c b/ext/gd/libgd/gdfontl.c index e5d65d8fa8..6da54e1a12 100644 --- a/ext/gd/libgd/gdfontl.c +++ b/ext/gd/libgd/gdfontl.c @@ -4638,4 +4638,9 @@ gdFont gdFontLargeRep = gdFontPtr gdFontLarge = &gdFontLargeRep; +gdFontPtr gdFontGetLarge(void) +{ + return gdFontLarge; +} + /* This file has not been truncated. */ |
