- PHP 手册
- 函数参考
- 非文本内容的 MIME 输出
- haru
The HaruFont class
(PECL haru >= 0.0.1)
简介
Haru PDF Font Class.
类摘要
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
}
Table of Contents
- HaruFont::getAscent — Get the vertical ascent of the font
- HaruFont::getCapHeight — Get the distance from the baseline of uppercase letters
- HaruFont::getDescent — Get the vertical descent of the font
- HaruFont::getEncodingName — Get the name of the encoding
- HaruFont::getFontName — Get the name of the font
- HaruFont::getTextWidth — Get the total width of the text, number of characters, number of words and number of spaces
- HaruFont::getUnicodeWidth — Get the width of the character in the font
- HaruFont::getXHeight — Get the distance from the baseline of lowercase letters
- HaruFont::measureText — Calculate the number of characters which can be included within the specified width
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/class.harufont.php