Prev
MagickWand For PHP
Manual


Next

DrawGetFontStretch

DrawGetFontStretch -- returns the font stretch used when annotating with text

Description

int DrawGetFontStretch( DrawingWand drw_wnd )

Returns the font stretch used when annotating with text.

The returned value will be a StretchType constant, one of the following:
   MW_UndefinedStretch           MW_NormalStretch
   MW_UltraCondensedStretch      MW_ExtraCondensedStretch
   MW_CondensedStretch           MW_SemiCondensedStretch
   MW_SemiExpandedStretch        MW_ExpandedStretch
   MW_ExtraExpandedStretch       MW_UltraExpandedStretch
   MW_AnyStretch

A description of each parameter follows:

drw_wnd A DrawingWand resource


Prev
DrawGetFontSize
Up Next
DrawGetFontStyle