HaruDoc::loadType1
(no version information, might be only in CVS)
HaruDoc::loadType1 -- Load Type1 font
Descrição
string
HaruDoc::loadType1 ( string afmfile [, string pfmfile] )
Loads Type1 font from the given file and registers it in the PDF document.
Parâmetros
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.
Valores de retornado
Returns the name of the loaded font on success.
Erros/Excessões
Throws HaruException on error.