mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
Correcting code error in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30040 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
93398b2097
commit
b2624dbfb4
1 changed files with 2 additions and 0 deletions
|
@ -62,9 +62,11 @@
|
|||
$cpdf = cpdf_open(0);
|
||||
cpdf_page_init($cpdf, 1, 0, 595, 842);
|
||||
cpdf_add_outline($cpdf, 0, 0, 0, 1, "Page 1");
|
||||
cpdf_begin_text($pdf);
|
||||
cpdf_set_font($cpdf, "Times-Roman", 30, "WinAnsiEncoding");
|
||||
cpdf_set_text_rendering($cpdf, 1);
|
||||
cpdf_text($cpdf, "Times Roman outlined", 50, 750);
|
||||
cpdf_end_text($pdf);
|
||||
cpdf_moveto($cpdf, 50, 740);
|
||||
cpdf_lineto($cpdf, 330, 740);
|
||||
cpdf_stroke($cpdf);
|
||||
|
|
Loading…
Reference in a new issue