Home
last modified time | relevance | path

Searched refs:queryFonts (Results 1 – 7 of 7) sorted by relevance

/imagick/tests/
H A D016-static-methods.phpt13 echo gettype (Imagick::queryFonts ()) . PHP_EOL;
14 echo gettype ($im->queryFonts ()) . PHP_EOL;
H A Dfunctions.inc69 * preferred list, or just the first one from queryFonts(). That 'probably'
82 $fontList = \Imagick::queryFonts();
/imagick/util/
H A Dcheck_fonts.php8 $fontList = \Imagick::queryFonts();
/imagick/
H A DImagick.stub.php710 public static function queryFonts(string $pattern = "*"): array {} function in Imagick
H A DImagick_arginfo.h5617 ZEND_METHOD(Imagick, queryFonts);
6295 ZEND_ME(Imagick, queryFonts, arginfo_class_Imagick_queryFonts, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A DChangeLog709 - Imagick::queryFonts()
H A Dimagick_class.c3421 PHP_METHOD(Imagick, queryFonts) in PHP_METHOD() argument

Completed in 83 milliseconds