Home > PHP > Function > > HaruDoc::loadType1()

HaruDoc::loadType1()

HaruDoc::loadType1 - Load Type1 font

Syntax

string HaruDoc::loadType1 (string $afmfile, string $pfmfile)

Arguments

  • 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.

Description

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

Version

PHP PECL haru >= 0.0.1

Return value

Returns the name of the loaded font on success.