void pdf_set_font
(int pdf document, string font name, double size, string encoding);The PDF_set_font() function sets the the current font face, font size and encoding. You will need to provide the Adobe Font Metrics (afm-files) for the font in the font path (default is ./fonts).
See also PDF_info().