mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove imagepscopyfont(), has been commented out from day #1
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a1883180b5
commit
4071867070
1 changed files with 0 additions and 65 deletions
|
@ -1,65 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imagepscopyfont">
|
||||
<refnamediv>
|
||||
<refname>imagepscopyfont</refname>
|
||||
<refpurpose>
|
||||
Make a copy of an already loaded font for further modification
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>imagepscopyfont</methodname>
|
||||
<methodparam><type>resource</type><parameter>fontindex</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Use this function if you need make further modifications to the
|
||||
font, for example extending/condensing, slanting it or changing
|
||||
its character encoding vector, but need to keep the original
|
||||
along as well. Note that the font you want to copy must be one
|
||||
obtained using <function>imagepsloadfont</function>, not a font
|
||||
that is itself a copied one. You can although make modifications
|
||||
to it before copying.
|
||||
</para>
|
||||
<para>
|
||||
If you use this function, you <emphasis>must</emphasis> free the
|
||||
fonts obtained this way yourself and in reverse order. Otherwise
|
||||
your script <emphasis>will</emphasis> hang.
|
||||
</para>
|
||||
<para>
|
||||
In the case everything went right, a valid font index will be
|
||||
returned and can be used for further purposes. Otherwise the
|
||||
function returns &false; and prints a message describing what went
|
||||
wrong.
|
||||
</para>
|
||||
|
||||
¬e.config.t1lib;
|
||||
|
||||
<para>
|
||||
See also <function>imagepsloadfont</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
Loading…
Reference in a new issue