PHP Velho Oeste 2024

HaruDoc::loadType1

(PECL haru >= 0.0.1)

HaruDoc::loadType1Load Type1 font

Descrierea

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

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

Parametri

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.

Valorile întoarse

Returns the name of the loaded font on success.

Erori/Excepții

Emite un HaruException în caz de eroare.

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top