summaryrefslogtreecommitdiff
path: root/ext/gd/gdt1.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-09-21 21:59:27 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-09-21 21:59:27 +0000
commit03f7406711d3706af0f237e1ea03974616dd2139 (patch)
treeba3ca1e4e498ea528224fa9033ff966c3f8649a5 /ext/gd/gdt1.c
parent8f01638bf6a63692e0ce4fdb637359e376e61e7a (diff)
downloadphp-git-03f7406711d3706af0f237e1ea03974616dd2139.tar.gz
proto fixes "double" -> "float"
Diffstat (limited to 'ext/gd/gdt1.c')
-rw-r--r--ext/gd/gdt1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/gd/gdt1.c b/ext/gd/gdt1.c
index 7f1c514324..172eafa2b8 100644
--- a/ext/gd/gdt1.c
+++ b/ext/gd/gdt1.c
@@ -199,7 +199,7 @@ PHP_FUNCTION(imagepsencodefont)
}
/* }}} */
-/* {{{ proto bool imagepsextendfont(int font_index, double extend)
+/* {{{ proto bool imagepsextendfont(int font_index, float extend)
Extend or or condense (if extend < 1) a font */
PHP_FUNCTION(imagepsextendfont)
{
@@ -229,7 +229,7 @@ PHP_FUNCTION(imagepsextendfont)
}
/* }}} */
-/* {{{ proto bool imagepsslantfont(int font_index, double slant)
+/* {{{ proto bool imagepsslantfont(int font_index, float slant)
Slant a font */
PHP_FUNCTION(imagepsslantfont)
{
@@ -256,7 +256,7 @@ PHP_FUNCTION(imagepsslantfont)
}
/* }}} */
-/* {{{ proto array imagepstext(int image, string text, int font, int size, int xcoord, int ycoord [, int space, int tightness, double angle, int antialias])
+/* {{{ proto array imagepstext(int image, string text, int font, int size, int xcoord, int ycoord [, int space, int tightness, float angle, int antialias])
Rasterize a string over an image */
PHP_FUNCTION(imagepstext)
{