The HaruFont class

(PECL haru >= 0.0.1)

Wstęp

Haru PDF Font Class.

Krótki opis klasy

HaruFont {
/* Metody */
getAscent ( void ) : int
getCapHeight ( void ) : int
getDescent ( void ) : int
getEncodingName ( void ) : string
getFontName ( void ) : string
getTextWidth ( string $text ) : array
getUnicodeWidth ( int $character ) : int
getXHeight ( void ) : int
measureText ( string $text , float $width , float $font_size , float $char_space , float $word_space [, bool $word_wrap = FALSE ] ) : int
}

Spis treści

add a note add a note

User Contributed Notes

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