Prev
MagickWand For PHP
Manual


Next

DrawGetTextDecoration

DrawGetTextDecoration -- returns the decoration applied when annotating with text

Description

int DrawGetTextDecoration( DrawingWand drw_wnd )

Returns the decoration applied when annotating with text.

The returned value will be a DecorationType constant, one of the following:
   MW_UndefinedDecoration
   MW_NoDecoration
   MW_UnderlineDecoration
   MW_OverlineDecoration
   MW_LineThroughDecoration

A description of each parameter follows:

drw_wnd A DrawingWand resource


Prev
DrawGetTextAntialias
Up Next
DrawGetTextEncoding