The Imagick class
PHP 手册

Imagick::queryFonts

(PECL imagick 2.0.0)

Imagick::queryFontsReturns the configured fonts

说明

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

本函数暂无文档,仅有参数列表。

Returns formats supported by Imagick.

参数

pattern

The query pattern

返回值

Returns an array containing the configured fonts. Throw an ImagickException on error.


The Imagick class
PHP 手册