CakeFest 2024: The Official CakePHP Conference

GmagickDraw::getfontweight

(PECL gmagick >= Unknown)

GmagickDraw::getfontweightフォントのウェイトを返す

説明

public GmagickDraw::getfontweight(): int

テキストのアノテーションで使うフォントのウェイトを返します。

パラメータ

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

戻り値

成功した場合に整数値を返します。ウェイトが設定されていない場合は 0 を返します。

add a note

User Contributed Notes

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