mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Document the T1Lib removal fromn 7.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336854 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
707d47c59f
commit
4eb6725632
2 changed files with 42 additions and 4 deletions
|
@ -94,7 +94,8 @@
|
|||
<entry><literal>T1lib</literal></entry>
|
||||
<entry>
|
||||
To enable support for T1lib (Postscript Type 1 fonts) add
|
||||
<option role="configure">--with-t1lib[=DIR]</option>.
|
||||
<option role="configure">--with-t1lib[=DIR]</option> (Removed
|
||||
as of PHP 7.0.0).
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
<entry><literal>T1lib</literal></entry>
|
||||
<entry><link xlink:href="&url.t1lib;">&url.t1lib;</link>)</entry>
|
||||
<entry>
|
||||
Support for Postscript Type 1 fonts.
|
||||
Support for Postscript Type 1 fonts (Removed as of PHP 7.0.0).
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
@ -135,8 +135,45 @@
|
|||
<section xml:id="image.resources">
|
||||
&reftitle.resources;
|
||||
<para>
|
||||
This extension defines two resource types: an image identifier and a font
|
||||
identifier.
|
||||
This extension defines the following resource types:
|
||||
<table>
|
||||
<title>List of resource types in GD</title>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Name</entry>
|
||||
<entry>Description</entry>
|
||||
<entry>Notes</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry><literal>gd</literal></entry>
|
||||
<entry>Image resource, used by functions like <function>imagecreatefrompng</function></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>gd font</literal></entry>
|
||||
<entry>Font resource returned by <function>imageloadfont</function></entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>gd PS font</literal></entry>
|
||||
<entry>PostScript Type 1 font resource, returned by <function>imagepsloadfont</function></entry>
|
||||
<entry>
|
||||
Removed as of PHP 7.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>gd PS encoding</literal></entry>
|
||||
<entry>PostScript Type 1 encoding resource, returned by <function>imagepsencodefont</function></entry>
|
||||
<entry>
|
||||
Removed as of PHP 7.0.0.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in a new issue