PHP Conference Japan 2024

ImagickDraw::getFontStyle

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getFontStyle返回字体样式

描述

public ImagickDraw::getFontStyle(): int
警告

此函数目前没有文档;仅提供其参数列表。

返回在使用文本进行注释时使用的字体样式。

返回值

返回与 ImagickDraw 对象关联的 STYLE 常量(imagick::STYLE_*),如果未设置样式,则返回 0。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top