Imagick
在线手册:中文 英文
PHP手册

Imagick::queryFonts

(PECL imagick 2.0.0)

Imagick::queryFontsReturns the configured fonts

说明

array Imagick::queryFonts ([ string $pattern = "*" ] )

Returns the configured fonts.

参数

pattern

The query pattern

返回值

Returns an array containing the configured fonts.

错误/异常

错误时抛出 ImagickException .


Imagick
在线手册:中文 英文
PHP手册