mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- fixed pdf_set_font()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25578 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6399ceeae4
commit
bdb10ade68
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ fclose($fp);
|
|||
An encoding greater than 4 and less than 0 will default to winansi.
|
||||
winansi is often a good choice.
|
||||
If you use php4 and a version of pdflib >= 2.20 the encoding parameter
|
||||
has changed to a string. Use 'winansi', 'builtin' etc. instead.
|
||||
has changed to a string. Use 'winansi', 'builtin', 'host', 'macroman' etc. instead.
|
||||
If the last parameter is set to
|
||||
1 the font is embedded into the pdf document otherwise it is not.
|
||||
To embed a font is usually a good idea if the font is not widely spread
|
||||
|
|
Loading…
Reference in a new issue