PHP 8.3.4 Released!

GmagickDraw::setfontstyle

(PECL gmagick >= Unknown)

GmagickDraw::setfontstyleEstablece el estilo de fuente a usar cuando se anota texto

Descripción

public GmagickDraw::setfontstyle(int $style): GmagickDraw

Establece el estilo de fuente a usar cuando se anota texto. La enumeración AnyStyle actúa como una opción comodín para "no tener cuidado".

Parámetros

style

El estilo de la fuente (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)

Valores devueltos

El objeto GmagickDraw si se tuvo éxito

add a note

User Contributed Notes

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