From 67e01dbe1f3dd01e2534b84fa794945110da2e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Sun, 10 Jul 2005 17:28:42 +0000 Subject: [PATCH] fix verb + WS git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190431 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ps/functions/ps-findfont.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/reference/ps/functions/ps-findfont.xml b/reference/ps/functions/ps-findfont.xml index f137472be5..4068d860dd 100644 --- a/reference/ps/functions/ps-findfont.xml +++ b/reference/ps/functions/ps-findfont.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ must be set with ps_setfont. 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 ps_begin_page. Calling ps_findfont between pages will make that font available for all following pages. @@ -63,9 +63,10 @@ encoding can be &null; or the empty string if the default encoding (TeXBase1) shall be used. - If the encoding is set to builtin then there - will be no reencoding and the font specific encoding will be used. This - is very useful with symbol fonts. + + If the encoding is set to builtin then there + will be no reencoding and the font specific encoding will be used. This + is very useful with symbol fonts.