PHP Velho Oeste 2024

HaruFont::getUnicodeWidth

(PECL haru >= 0.0.1)

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

Descrição

HaruFont::getUnicodeWidth ( int $character ) : int

Get the width of the character in the font.

Parâmetros

character

The code of the character.

Valor Retornado

Returns the width of the character in the font.

Erros

Lança uma HaruException em erros.

add a note add a note

User Contributed Notes

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