Query: ps_setfont
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_SETFONT(3) 1 PS_SETFONT(3) ps_setfont - Sets font to use for following outputSYNOPSISbool ps_setfont (resource $psdoc, int $fontid, float $size)DESCRIPTIONSets a font, which has to be loaded before with ps_findfont(3). Outputting text without setting a font results in an error.PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $fontid - The font identifier as returned by ps_findfont(3). o $size - The size of the font.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOps_findfont(3), ps_set_text_pos(3) for an example.. PHP Documentation Group PS_SETFONT(3)
Related Man Pages |
---|
ps_show(3) - php |
imagepsextendfont(3) - php |
imagepsfreefont(3) - php |
ps_begin_page(3) - php |
ps_translate(3) - php |