Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
swf_definefont

swf_definefont

(PHP 4, PECL)

swf_definefont -- Defines a font

Description

void swf_definefont ( int fontid, string fontname )

The swf_definefont() function defines a font parameter and gives it the specified id. It then sets the font given by fontname to the current font.

Parameters

fontid

The id to be given to the font.

fontname

The font so be set as current font.

Return Values

No value is returned.