HaruDoc::getFont

(no version information, might be only in CVS)

HaruDoc::getFont -- Get HaruFont instance

Beskrivelse

object HaruDoc::getFont ( string fontname [, string encoding] )

Creates and returns HaruFont instance with the specified fontname and encoding.

Parameterliste

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.

Errors/Exceptions

Throws HaruException on error.

Se også

HaruPage::setFontAndSize()
HaruPage::getCurrentFont()