Searched refs:fontList (Results 1 – 2 of 2) sorted by relevance
8 $fontList = \Imagick::queryFonts(); variable12 if (count($fontList) === 0) {17 printf("There are %d fonts:\n", count($fontList));19 foreach ($fontList as $fontName) {
82 $fontList = \Imagick::queryFonts();86 if (in_array($knownFont, $fontList, true) === true) {91 if (count($fontList) !== 0) {92 return $fontList[0];
Completed in 20 milliseconds