PHP Function List
pdf_set_font doesn't exist. Closest matches:
- pdf_setfont
- pdf_get_font
- pdf_end_font
- pdf_set_info
- ps_setfont
- pdf_get_fontname
- pdf_get_fontsize
- pdf_setflat
- fdf_set_opt
- swf_setfont
- pdf_begin_font
- pdf_set_info_title
- pdf_info_font
- pdf_load_font
- pdf_set_duration
- pdf_set_info_author
- fdf_get_opt
- ps_set_info
- pdf_set_gstate
- pdf_set_info_creator
Site Search Results
-
PDF_setfont — Set font; PDF_setgray_fill — Set fill color to gray [deprecated] PDF_setgray_stroke — Set stroke color to gray [deprecated] PDF_setgray — Set color to gray [deprecated]
-
PDF_ set_ border_ color; PDF_ set_ border_ dash; PDF_ set_ border_ style; PDF_ set_ char_ spacing ... The name under which the font will be registered, and can later be used with PDF_load_font( ).
-
$font = pdf_findfont($pdfdoc, "Helvetica", "winansi", 0); pdf_set_font($pdfdoc, $font, 20); pdf_set_text_pos($pdfdoc, 50, 795); pdf_show($pdfdoc, "Liste");
-
pdf_begin_page ($pdf, 792, 612); pdf_set_font ($pdf, "Helvetica-Oblique", 18, "host"); pdf_show_xy ($pdf, "This is horizontal text", 50, 300); pdf_rotate ($pdf, 90); /* rotate ...
-
pdf_begin_page($pdf, 595, 842); pdf_set_font($pdf, "Times-Roman", 16, "host"); pdf_add_outline($pdf, "Page 1"); pdf_set_value($pdf, "textrendering", 1);
-
* Set font size and font name */ pdf_setfont ($pdf, $arial, 10); /* * Stage - 6 * print text */ pdf_show_xy ($pdf, "Hellow World? ", 50, 750); pdf_show_xy ($pdf, "Test 1, 2, 3, 4 working. " ...
-
Sets various minor options in the PDF file. There are a number of available options which are able to be set for various properties including document and font properties.
-
$font--; pdf_set_font($pdfdoc, "Courier", $font, "host");} pdf_show_boxed($pdfdoc,$txt,220,100,180,250,"left"); This will keep downsizing the font until all the text fits in the ...
-
$font = PDF_load_font ($p, "Helvetica-Bold", "winansi", ""); PDF_setfont ($p, $font, 24.0); PDF_set_text_pos ($p, 50, 700); PDF_show ($p, "Hello world!"
-
PDF_ encoding_ set_ char; PDF_ end_ document; PDF_ end_ font; PDF_ end_ glyph; PDF_ end_ item; PDF_ end_ layer; PDF_ end_ page_ ext; PDF_ end_ page; PDF_ end_ pattern; PDF_ end_ template

Other forms of search
To search the string "pdf_set_font" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
