pdf_set_font

(PHP3 >= 3.0.6, PHP4 )

pdf_set_font -- Selects a font face and size

Description

void pdf_set_font (int pdf document, string font name, double size, string encoding [, int embed])

The pdf_set_font() function sets the current font face, font size and encoding. If you use pdflib 0.6 you will need to provide the Adobe Font Metrics (afm-files) for the font in the font path (default is ./fonts). If you use php3 or a version of pdflib older than 2.20 the fourth parameter encoding can take the following values: 0 = builtin, 1 = pdfdoc, 2 = macroman, 3 = macexppdf_set_font

pdf_set_font

(PHP3 >= 3.0.6, PHP4 )

pdf_set_font -- Selects a font face and size

Description

void pdf_set_font (int pdf document, string font name, double size, string encoding [, int embed])

The pdf_set_font() function sets the current font face, font size and encoding. If you use pdflib 0.6 you will need to provide the Adobe Font Metrics (afm-files) for the font in the font path (default is ./fonts). If you use php3 or a version of pdflib older than 2.20 the fourth parameter encoding can take th