From 61d5f16a07e286c31c886bb920c2537b43761d7a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 27 Jul 2004 16:29:46 +0000 Subject: [PATCH] Returns false, example (bug #25899) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164468 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imageloadfont.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imageloadfont.xml b/reference/image/functions/imageloadfont.xml index 96bd1105e2..c61d8fdd4f 100644 --- a/reference/image/functions/imageloadfont.xml +++ b/reference/image/functions/imageloadfont.xml @@ -1,5 +1,5 @@ - + @@ -16,6 +16,7 @@ imageloadfont loads a user-defined bitmap font and returns an identifier for the font (that is always greater than 5, so it will not conflict with the built-in fonts). + It returns &false; in case of error. The font file format is currently binary and architecture @@ -68,6 +69,24 @@ + + + Using imageloadfont + + +]]> + + + See also imagefontwidth and imagefontheight.