HaruFont クラス

(PECL haru >= 0.0.1)

はじめに

Haru PDF フォントクラスです。

クラス概要

HaruFont {
/* メソッド */
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
}

目次