diff --git a/reference/image/functions/imagepsbbox.xml b/reference/image/functions/imagepsbbox.xml index 2075d65764..1593a6864f 100644 --- a/reference/image/functions/imagepsbbox.xml +++ b/reference/image/functions/imagepsbbox.xml @@ -1,5 +1,5 @@ - + @@ -53,6 +53,12 @@ the angle is 0 degrees, you can expect the text to need 1 pixel more to every direction. + + + This function is only available if PHP is compiled using + . + + This function returns an array containing the following elements: diff --git a/reference/image/functions/imagepsencodefont.xml b/reference/image/functions/imagepsencodefont.xml index 3e84e38f45..5b34bafc22 100644 --- a/reference/image/functions/imagepsencodefont.xml +++ b/reference/image/functions/imagepsencodefont.xml @@ -1,5 +1,5 @@ - + @@ -29,6 +29,12 @@ to point to the right encoding file and all fonts you load will automatically have the right encoding. + + + This function is only available if PHP is compiled using + . + + diff --git a/reference/image/functions/imagepsextendfont.xml b/reference/image/functions/imagepsextendfont.xml index 639d044db7..d21bb23358 100644 --- a/reference/image/functions/imagepsextendfont.xml +++ b/reference/image/functions/imagepsextendfont.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,12 @@ the value of the extend parameter is less than one you will be condensing the font. + + + This function is only available if PHP is compiled using + . + + diff --git a/reference/image/functions/imagepsfreefont.xml b/reference/image/functions/imagepsfreefont.xml index ded33e87c1..fb838d3303 100644 --- a/reference/image/functions/imagepsfreefont.xml +++ b/reference/image/functions/imagepsfreefont.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,13 @@ imagepsfreefont frees memory used by a PostScript Type 1 font. - + + + + This function is only available if PHP is compiled using + . + + See also imagepsloadfont. diff --git a/reference/image/functions/imagepsloadfont.xml b/reference/image/functions/imagepsloadfont.xml index 2ee2df926a..f669b4aded 100644 --- a/reference/image/functions/imagepsloadfont.xml +++ b/reference/image/functions/imagepsloadfont.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,9 @@ wrong, which you cannot read directly, while the output type is image. - + + <function>imagepsloadfont</function> example + ]]> - + + + + + This function is only available if PHP is compiled using + . + + See also imagepsfreefont. diff --git a/reference/image/functions/imagepsslantfont.xml b/reference/image/functions/imagepsslantfont.xml index c2628d2748..d46272b8c6 100644 --- a/reference/image/functions/imagepsslantfont.xml +++ b/reference/image/functions/imagepsslantfont.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,12 @@ parameter with a slant of the value of the slant parameter. + + + This function is only available if PHP is compiled using + . + + diff --git a/reference/image/functions/imagepstext.xml b/reference/image/functions/imagepstext.xml index 08c6c2e89e..466a58117f 100644 --- a/reference/image/functions/imagepstext.xml +++ b/reference/image/functions/imagepstext.xml @@ -1,5 +1,5 @@ - + @@ -83,6 +83,12 @@ tightness, angle and antialias_steps are optional. + + + This function is only available if PHP is compiled using + . + + This function returns an array containing the following elements: