Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16084 программиста и 1771 робот. Сейчас ищут 1832 программиста ...
HaruDoc::getFont - Get HaruFont instance
Вернуться к: HaruDoc
Описание
object HaruDoc::getFont
( string
$fontname
[, string $encoding
] )Get a HaruFont instance.
Список параметров
-
fontname
-
The name of the font. See Builtin Fonts for the list of builtin fonts. You can also use the name of a font loaded via HaruDoc::loadTTF(), HaruDoc::loadTTC() and HaruDoc::loadType1().
-
encoding
-
The encoding to use. See Builtin Encodings for the list of supported encodings.
Возвращаемые значения
Returns a HaruFont instance with the
specified fontname
and
encoding
.
Ошибки
Вызывает исключение HaruException при ошибке.
Смотрите также
- HaruPage::setFontAndSize() - Set font and fontsize for the page
- HaruPage::setCurrentFont()
Вернуться к: HaruDoc