Home
last modified time | relevance | path

Searched refs:fontList (Results 1 – 2 of 2) sorted by relevance

/imagick/util/
H A Dcheck_fonts.php8 $fontList = \Imagick::queryFonts(); variable
12 if (count($fontList) === 0) {
17 printf("There are %d fonts:\n", count($fontList));
19 foreach ($fontList as $fontName) {
/imagick/tests/
H A Dfunctions.inc82 $fontList = \Imagick::queryFonts();
86 if (in_array($knownFont, $fontList, true) === true) {
91 if (count($fontList) !== 0) {
92 return $fontList[0];

Completed in 4 milliseconds