HaruFont::getUnicodeWidth

(PECL haru >= 0.0.1)

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

Beskrivelse

int HaruFont::getUnicodeWidth ( int $character )

Get the width of the character in the font.

Parametre

character

The code of the character.

Returnerings Værdier

Returns the width of the character in the font.

Fejl/Undtagelser

Throws a HaruException on error.

add a note add a note

User Contributed Notes

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