CakeFest 2024: The Official CakePHP Conference

GmagickDraw::settextdecoration

(PECL gmagick >= Unknown)

GmagickDraw::settextdecorationデコレーションを設定する

説明

public GmagickDraw::settextdecoration(int $decoration): GmagickDraw

テキストのアノテーションに適用するデコレーションを設定します。

パラメータ

int

テキストのデコレーション。NoDecoration、UnderlineDecoration、OverlineDecoration あるいは LineThroughDecoration のいずれか。

戻り値

GmagickDraw オブジェクトを返します。

add a note

User Contributed Notes

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