PHP 8.3.4 Released!

ImagickDraw::getTextAntialias

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getTextAntialias現在のテキストのアンチエイリアス設定を返す

説明

public ImagickDraw::getTextAntialias(): bool
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

現在のテキストのアンチエイリアス設定を返します。 これは、テキストのアンチエイリアス処理を行うかどうかを表すものです。 デフォルトでは、テキストのアンチエイリアス処理が行われます。

戻り値

テキストをアンチエイリアス処理する場合に true、 ない場合に false を返します。

add a note

User Contributed Notes

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