fix verb + WS

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190431 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sébastien Goupil 2005-07-10 17:28:42 +00:00
parent 3153970f1e
commit 67e01dbe1f

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ps.xml, last change in rev 1.12 -->
<refentry id="function.ps-findfont">
<refnamediv>
@ -21,7 +21,7 @@
must be set with <function>ps_setfont</function>. This function needs the
adobe font metric file in order to calculate the space used up by the
characters. A font which is loaded within a page will only be available on
that page. Fonts which are to be used in the complete document has to be
that page. Fonts which are to be used in the complete document have to be
loaded before the first call of <function>ps_begin_page</function>. Calling
<function>ps_findfont</function> between pages will make that font
available for all following pages.
@ -63,9 +63,10 @@
<parameter>encoding</parameter> can be &null; or the empty string if
the default encoding (TeXBase1) shall be used.
</para>
<para>If the encoding is set to <literal>builtin</literal> then there
will be no reencoding and the font specific encoding will be used. This
is very useful with symbol fonts.
<para>
If the encoding is set to <literal>builtin</literal> then there
will be no reencoding and the font specific encoding will be used. This
is very useful with symbol fonts.
</para>
</listitem>
</varlistentry>