SWF 함수 목록
PHP Manual

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 Manual