HaruFont::getUnicodeWidth

(PECL haru >= 0.0.1)

HaruFont::getUnicodeWidthGet the width of the character in the font

설명

int HaruFont::getUnicodeWidth ( int $character )

Get the width of the character in the font.

인수

character

The code of the character.

반환값

Returns the width of the character in the font.

오류/예외

오류 시에 HaruException을 던짐.

add a note add a note

User Contributed Notes

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