Gmagick::queryfontmetrics

(PECL gmagick >= Unknown)

Gmagick::queryfontmetricsReturns an array representing the font metrics

Descrição

publicGmagick::queryfontmetrics(GmagickDraw$draw, string$text): array

MagickQueryFontMetrics() returns an array representing the font metrics.

Parâmetros

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

Valor Retornado

The Gmagick object on success

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

To Top