pdf_setfont

(PHP 4 >= 4.0.5, PECL)

pdf_setfont -- Set font

Descripción

bool pdf_setfont ( resource pdfdoc, int font, float fontsize )

Sets the current font in the specified size, using a font handle returned by pdf_load_font(). Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

See also pdf_load_font().