update : 2015.11.03
php.shukuma.com

검색:
 
 
Get the width of the character in the font

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을 던짐.