ImagickDraw
在线手册:中文  英文

ImagickDraw::setFontWeight

(PECL imagick 2.0.0)

ImagickDraw::setFontWeightSets the font weight

说明

bool ImagickDraw::setFontWeight ( int $font_weight )
Warning

本函数还未编写文档,仅有参数列表。

Sets the font weight to use when annotating with text.

参数

font_weight

返回值


ImagickDraw
在线手册:中文  英文

用户评论:

skmanji at manji dot org (2009-05-26 05:15:26)

Valid Range 100-900. I found that any value 551 and above would give me bold.

易百教程