(PECL haru >= 0.0.1)
Get the width of the character in the font
int HaruFont::getUnicodeWidth ( int $character )
Get the width of the character in the font.
Parameters:
character
The code of the character.
Returns:
Returns the width of the character in the font.
Exception:
Throws a HaruException on error.
Please login to continue.