|
PHP5中文手册
HaruDoc::loadTTF(PECL haru:0.0.1) HaruDoc::loadTTF — Load TTF font file 说明
string HaruDoc::loadTTF
( string $fontfile
[, bool $embed
] )
Loads the given TTF file and (optionally) embed its data into the document. 参数
返回值Returns the name of the loaded font on success. 错误/异常Throws HaruException on error. |