ImagickDraw::getFontWeight
PHP Manual
PHP Manual»ImagickDraw»ImagickDraw::getFontWeight

ImagickDraw::getFontWeight

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getFontWeightReturns the font weight

Опис

public function ImagickDraw::getFontWeight(): int
Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Returns the font weight used when annotating with text.

Значення, що повертаються

Returns an int on success and 0 if no weight is set.

To Top