ConFoo Montreal 2026: Call for Papers

Voting

: min(one, four)?
(Example: nine)

The Note You're Voting On

Stefano
8 years ago
if u are looking for the configured/embedded font list
$fontList = \Imagick::queryFonts('*');
foreach ( $fontList as $fontName ) {
echo $fontName . '<br>';
}

http://php.net/manual/en/imagick.queryfonts.php

<< Back to user notes page

To Top