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.