PHP 8.1.28 Released!

Gmagick::queryfontmetrics

(PECL gmagick >= Unknown)

Gmagick::queryfontmetricsフォントメトリクスを表す配列を返す

説明

public Gmagick::queryfontmetrics(GmagickDraw $draw, string $text): array

MagickQueryFontMetrics() は、フォントメトリクスを表す多次元配列を返します。

パラメータ

この関数にはパラメータはありません。

戻り値

成功した場合に Gmagick オブジェクトを返します。

エラー / 例外

エラー時に GmagickException をスローします。

add a note

User Contributed Notes

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