swf_definefont()
swf_definefont - Defines a font
Syntax
swf_definefont (
int $fontid,
string $fontname)
Arguments
- fontid - The id to be given to the font.
- fontname - The font so be set as current font.
Description
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.
Version
PHP 4
Return value
No value is returned.