reference/image/functions/imagefttext.xml
213fbd9440a224f9c1da4942c85124ce0c120c52
...
...
@@ -97,13 +97,6 @@
97
97
filename along a library-defined font path.
98
98
</para>
99
99
<para>
100
-
When using versions of the GD library lower than 2.0.18, a <literal>space</literal> character,
101
-
rather than a semicolon, was used as the 'path separator' for different font files.
102
-
Unintentional use of this feature will result in the warning message:
103
-
<literal>Warning: Could not find/open font</literal>. For these affected versions, the
104
-
only solution is moving the font to a path which does not contain spaces.
105
-
</para>
106
-
<para>
107
100
In many cases where a font resides in the same directory as the script using it
108
101
the following trick will alleviate any include problems.
109
102
<programlisting role="php">
110
103