The HaruFont class
(PECL haru >= 0.0.1)
Introduction
Haru PDF Font Class.
Class synopsis
HaruFont
{
/* Methods */
int measureText
( string
}$text
, float $width
, float $font_size
, float $char_space
, float $word_space
[, bool $word_wrap
= false
] )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
Коментарии
404 Not Found