PHP 8.5.0 Alpha 2 available for testing

ImagickDraw::getFontStyle

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getFontStyleDevuelve el estilo de la fuente

Descripción

public ImagickDraw::getFontStyle(): int
Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Devuelve el estilo de la fuente.

Valores devueltos

Devuelve una constante STYLE (imagick::STYLE_*), asociada al objeto ImagickDraw, o 0 si el estilo no está definido.

add a note

User Contributed Notes

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