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.