Descrição
object HaruDoc::getFont
( string $fontname
[, string $encoding
] )
Get a HaruFont instance.
Parâmetros
- 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.
Valor Retornado
Returns a HaruFont instance with the specified fontname and encoding.
Erros
Joga um HaruException em erro.
Veja Também
- HaruPage::setFontAndSize() - Set font and fontsize for the page
- HaruPage::setCurrentFont()
User Contributed Notes
HaruDoc::getFont
HaruDoc::getFont
There are no user contributed notes for this page.

HaruDoc::getEncoder