mirror of
https://github.com/php/doc-de.git
synced 2026-04-26 00:18:07 +02:00
51cc385634
fixed svn properties git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@283888 c90b9560-bf6c-de11-be94-00142212c4b1
51 lines
1.5 KiB
XML
51 lines
1.5 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision$ -->
|
|
<!-- splitted from ./de/functions/image.xml, last change in rev 1.9 -->
|
|
<!-- last change to 'imagepsloadfont' in en/ tree in rev 1.7 -->
|
|
<!-- EN-Revision: n/a Maintainer: nobody Status: ready -->
|
|
<!-- OLD-Revision: 1.26/EN.1.7 -->
|
|
<refentry xml:id="function.imagepsloadfont" xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>imagepsloadfont</refname>
|
|
<refpurpose>
|
|
Lädt einen Typ 1 PostScript-Font aus einer Datei
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Beschreibung:</title>
|
|
<methodsynopsis>
|
|
<type>int</type><methodname>imagepsloadfont</methodname>
|
|
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
Wenn alles in Ordnung ist, wird ein gültiger Zeiger (Index)
|
|
zurück gegeben, auf den Sie immer wieder zurück greifen können;
|
|
ansonsten wird &false; zurück und eine Fehlermeldung ausgegeben.
|
|
</para>
|
|
<para>
|
|
Siehe auch <function>imagepsfreefont</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
|
|
-->
|