GmagickDraw::setfontstyle

(PECL gmagick >= Unknown)

GmagickDraw::setfontstyleDefine o estilo da fonte a ser usado ao fazer anotações com texto

Descrição

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

Define o estilo da fonte a ser usado ao fazer anotações com texto. A enumeração AnyStyle atua como uma opção curinga "tanto faz".

Parâmetros

style

Estilo da fonte (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)

Valor Retornado

O objeto GmagickDraw.

add a note

User Contributed Notes

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