HaruDoc::loadType1

(PECL haru >= 0.0.1)
Load Type1 font
string HaruDoc::loadType1 ( string $afmfile [, string $pfmfile ] )

Loads Type1 font from the given file and registers it in the PDF document.

Parameters:
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:

Returns the name of the loaded font on success.

Exception:

Throws a HaruException on error.

See also:

HaruDoc::loadTTC() -

HaruDoc::loadTTF() -

doc_php
2016-02-24 16:03:10
Comments
Leave a Comment

Please login to continue.