diff --git a/reference/image/functions/imageftbbox.xml b/reference/image/functions/imageftbbox.xml
index 2662419872..289d5c836b 100644
--- a/reference/image/functions/imageftbbox.xml
+++ b/reference/image/functions/imageftbbox.xml
@@ -19,6 +19,13 @@
This function calculates and returns the bounding box in pixels
for a FreeType text.
+
+
+ imageftbbox is an extended variant of
+ imagettfbbox which additionally supports the
+ extrainfo.
+
+
&reftitle.parameters;
diff --git a/reference/image/functions/imagefttext.xml b/reference/image/functions/imagefttext.xml
index c0c037466c..f2b7cae03b 100644
--- a/reference/image/functions/imagefttext.xml
+++ b/reference/image/functions/imagefttext.xml
@@ -19,6 +19,13 @@
stringtext
arrayextrainfo
+
+
+ imagefttext is an extended variant of
+ imagettftext which additionally supports the
+ extrainfo.
+
+
&reftitle.parameters;
diff --git a/reference/image/functions/imagettfbbox.xml b/reference/image/functions/imagettfbbox.xml
index a8af89e068..74036e74e8 100644
--- a/reference/image/functions/imagettfbbox.xml
+++ b/reference/image/functions/imagettfbbox.xml
@@ -18,6 +18,13 @@
This function calculates and returns the bounding box in pixels
for a TrueType text.
+
+
+ imageftbbox is an extended variant of
+ imagettfbbox which additionally supports the
+ extrainfo.
+
+
&reftitle.parameters;
diff --git a/reference/image/functions/imagettftext.xml b/reference/image/functions/imagettftext.xml
index 876d38a19a..ab27268ac1 100644
--- a/reference/image/functions/imagettftext.xml
+++ b/reference/image/functions/imagettftext.xml
@@ -22,6 +22,13 @@
Writes the given text into the image using TrueType
fonts.
+
+
+ imagefttext is an extended variant of
+ imagettftext which additionally supports the
+ extrainfo.
+
+
&reftitle.parameters;