HaruDoc::getFont

(PECL haru >= 0.0.1)

HaruDoc::getFontGet HaruFont instance

설명

object HaruDoc::getFont ( string $fontname [, string $encoding ] )

Get a HaruFont instance.

인수

fontname

The name of the font. See Builtin Fonts for the list of builtin fonts. You can also use the name of a font loaded via HaruDoc::loadTTF(), HaruDoc::loadTTC() and HaruDoc::loadType1().

encoding

The encoding to use. See Builtin Encodings for the list of supported encodings.

반환값

Returns a HaruFont instance with the specified fontname and encoding.

오류/예외

오류 시에 HaruException을 던짐.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top