PHP 8.3.4 Released!

Imagick::getFont

(PECL imagick 2 >= 2.1.0, PECL imagick 3)

Imagick::getFontGets font

Descrição

public Imagick::getFont(): string

Returns the objects font property. Este método estará disponível se a extensão Imagick tiver sido compilada com a ImageMagick versão 6.3.7 ou superior.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the string containing the font name or false if not font is set.

Veja Também

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top