Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16147 программистов и 1779 роботов. Сейчас ищут 1712 программистов ...
HaruDoc::loadType1 - Load Type1 font
Вернуться к: HaruDoc
HaruDoc::loadType1
(PECL haru >= 0.0.1)
HaruDoc::loadType1 — Load Type1 font
Описание
string HaruDoc::loadType1
( string
$afmfile
[, string $pfmfile
] )Loads Type1 font from the given file and registers it in the PDF document.
Список параметров
-
afmfile
-
Path to an AFM file.
-
pfmfile
-
Path to a PFA/PFB file, optional. If it's not set only the glyph data of the font is embedded into the PDF document.
Возвращаемые значения
Returns the name of the loaded font on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Смотрите также
- HaruDoc::loadTTC() - Load the font with the specified index from TTC file
- HaruDoc::loadTTF() - Load TTF font file
Вернуться к: HaruDoc