• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • HaruDoc::loadType1()

    (PECL haru >= 0.0.1)

    Load Type1 font

    说明

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

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

    参数

    $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 the name of the loaded font on success.

    错误/异常

    发生错误时抛出HaruException异常。

    参见

    • HaruDoc::loadTTC() Load the font with the specified index from TTC file
    • HaruDoc::loadTTF() Load TTF font file