Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16172 программиста и 1779 роботов. Сейчас ищут 1809 программистов ...
HaruDoc::loadTTC - Load the font with the specified index from TTC file
Вернуться к: HaruDoc
HaruDoc::loadTTC
(PECL haru >= 0.0.1)
HaruDoc::loadTTC — Load the font with the specified index from TTC file
Описание
string HaruDoc::loadTTC
( string
$fontfile
, int $index
[, bool $embed
= false
] )Loads the TrueType font with the specified index from a TrueType collection file.
Список параметров
-
fontfile
-
The TrueType collection file.
-
index
-
The index of the font in the collection file.
-
embed
-
When set to
TRUE
, the glyph data of the font is embedded into the PDF file, otherwise only the matrix data is included.
Возвращаемые значения
Returns the name of the loaded font on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruDoc