- documented a problem with pdf_set_font() if fontnames are not equal

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@24214 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Uwe Steinmann 2000-05-12 04:57:30 +00:00
parent 39172113a8
commit e15bd7cfe1

View file

@ -779,7 +779,8 @@ fclose($fp);
To embed a font is usually a good idea if the font is not widely spread
and you cannot ensure that the person watching your document has
access on fonts in the document.
I font is only embedded once even if you call
<function>PDF_set_font</function> several times.
</para>
<note>
@ -790,6 +791,15 @@ fclose($fp);
</simpara>
</note>
<note>
<simpara>
If you reference a font in a .upr file make sure the name
in the afm file and the font name are the same. Otherwise,
the font will be embedded several times (Thanks to Paul Haddon
for finding this.)
</simpara>
</note>
</refsect1>
</refentry>