SWF_DEFINEFONT(3) 1 SWF_DEFINEFONT(3)
swf_definefont - Defines a font
SYNOPSIS
void swf_definefont (int $fontid, string $fontname)
DESCRIPTION
The swf_definefont(3) function defines a font parameter and gives it the specified id. It then sets the font given by $
fontname to the current font.
PARAMETERS
o $fontid
- The id to be given to the font.
o $fontname
- The font so be set as current font.
RETURN VALUES
No value is returned.
SEE ALSO
swf_definetext(3).
PHP Documentation Group SWF_DEFINEFONT(3)