• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • GmagickDraw::setfontstyle()

    (PECL gmagick >= Unknown)

    Sets the font style to use when annotating with text

    说明

    publicGmagickDraw::setfontstyle(int $style): GmagickDraw

    Sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option.

    参数

    $style

    Font style(NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)

    返回值

    The GmagickDraw object on success