Prev
MagickWand For PHP
Manual


Next

DrawGetTextAlignment

DrawGetTextAlignment -- returns the alignment that will be applied when annotating with text

Description

int DrawGetTextAlignment( DrawingWand drw_wnd )

Returns the alignment that will be applied when annotating with text.

The returned value will be a LineJoin constant, one of the following:
   MW_UndefinedAlign
   MW_LeftAlign
   MW_CenterAlign
   MW_RightAlign

A description of each parameter follows:

drw_wnd A DrawingWand resource


Prev
DrawGetStrokeWidth
Up Next
DrawGetTextAntialias