SWF 函数
PHP 手册

swf_definefont

(PHP 4)

swf_definefontDefines a font

说明

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.

参数

fontid

The id to be given to the font.

fontname

The font so be set as current font.

返回值

无返回值。

参见


SWF 函数
PHP 手册