summaryrefslogtreecommitdiff
path: root/www/wand/drawing_wand.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/wand/drawing_wand.html')
-rw-r--r--www/wand/drawing_wand.html2356
1 files changed, 1089 insertions, 1267 deletions
diff --git a/www/wand/drawing_wand.html b/www/wand/drawing_wand.html
index 427c843..12a3339 100644
--- a/www/wand/drawing_wand.html
+++ b/www/wand/drawing_wand.html
@@ -1,12 +1,14 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.16: http://docutils.sourceforge.net/" />
-<title>drawing_wand</title>
-<link rel="stylesheet" href="../docutils-api.css" type="text/css" />
+ <meta charset="utf-8">
+ <meta content="en" name="language">
+ <title>drawing_wand</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link media="screen" href="../docutils-api.css" type="text/css" rel="stylesheet">
+
</head>
+
<body>
<div class="banner">
@@ -19,6 +21,7 @@
</form>
</div>
+
<div class="navmenu">
<ul>
<li><a href="../index.html">Home</a></li>
@@ -32,149 +35,146 @@
<li><a href="../reference.html">Reference</a></li>
</ul>
</div>
+
<div class="document" id="drawing-wand">
<h1 class="title">drawing_wand</h1>
-<h2 class="subtitle" id="wand-vector-drawing-interfaces">Wand vector drawing interfaces</h2>
-
+<p class="subtitle" id="wand-vector-drawing-interfaces">Wand vector drawing interfaces</p>
<div class="contents topic" id="contents">
<p class="topic-title">Contents</p>
<ul class="simple">
-<li><a class="reference internal" href="#clonedrawingwand" id="id227">CloneDrawingWand</a></li>
-<li><a class="reference internal" href="#destroydrawingwand" id="id228">DestroyDrawingWand</a></li>
-<li><a class="reference internal" href="#drawannotation" id="id229">DrawAnnotation</a></li>
-<li><a class="reference internal" href="#drawaffine" id="id230">DrawAffine</a></li>
-<li><a class="reference internal" href="#drawallocatewand" id="id231">DrawAllocateWand</a></li>
-<li><a class="reference internal" href="#drawarc" id="id232">DrawArc</a></li>
-<li><a class="reference internal" href="#drawbezier" id="id233">DrawBezier</a></li>
-<li><a class="reference internal" href="#drawcircle" id="id234">DrawCircle</a></li>
-<li><a class="reference internal" href="#drawclearexception" id="id235">DrawClearException</a></li>
-<li><a class="reference internal" href="#drawgetclippath" id="id236">DrawGetClipPath</a></li>
-<li><a class="reference internal" href="#drawsetclippath" id="id237">DrawSetClipPath</a></li>
-<li><a class="reference internal" href="#drawgetcliprule" id="id238">DrawGetClipRule</a></li>
-<li><a class="reference internal" href="#drawsetcliprule" id="id239">DrawSetClipRule</a></li>
-<li><a class="reference internal" href="#drawgetclipunits" id="id240">DrawGetClipUnits</a></li>
-<li><a class="reference internal" href="#drawgetexception" id="id241">DrawGetException</a></li>
-<li><a class="reference internal" href="#drawsetclipunits" id="id242">DrawSetClipUnits</a></li>
-<li><a class="reference internal" href="#drawcolor" id="id243">DrawColor</a></li>
-<li><a class="reference internal" href="#drawcomment" id="id244">DrawComment</a></li>
-<li><a class="reference internal" href="#drawellipse" id="id245">DrawEllipse</a></li>
-<li><a class="reference internal" href="#drawgetfillcolor" id="id246">DrawGetFillColor</a></li>
-<li><a class="reference internal" href="#drawsetfillcolor" id="id247">DrawSetFillColor</a></li>
-<li><a class="reference internal" href="#drawsetfillpatternurl" id="id248">DrawSetFillPatternURL</a></li>
-<li><a class="reference internal" href="#drawgetfillopacity" id="id249">DrawGetFillOpacity</a></li>
-<li><a class="reference internal" href="#drawsetfillopacity" id="id250">DrawSetFillOpacity</a></li>
-<li><a class="reference internal" href="#drawgetfillrule" id="id251">DrawGetFillRule</a></li>
-<li><a class="reference internal" href="#drawsetfillrule" id="id252">DrawSetFillRule</a></li>
-<li><a class="reference internal" href="#drawgetfont" id="id253">DrawGetFont</a></li>
-<li><a class="reference internal" href="#drawsetfont" id="id254">DrawSetFont</a></li>
-<li><a class="reference internal" href="#drawgetfontfamily" id="id255">DrawGetFontFamily</a></li>
-<li><a class="reference internal" href="#drawsetfontfamily" id="id256">DrawSetFontFamily</a></li>
-<li><a class="reference internal" href="#drawgetfontsize" id="id257">DrawGetFontSize</a></li>
-<li><a class="reference internal" href="#drawsetfontsize" id="id258">DrawSetFontSize</a></li>
-<li><a class="reference internal" href="#drawgetfontstretch" id="id259">DrawGetFontStretch</a></li>
-<li><a class="reference internal" href="#drawsetfontstretch" id="id260">DrawSetFontStretch</a></li>
-<li><a class="reference internal" href="#drawgetfontstyle" id="id261">DrawGetFontStyle</a></li>
-<li><a class="reference internal" href="#drawsetfontstyle" id="id262">DrawSetFontStyle</a></li>
-<li><a class="reference internal" href="#drawgetfontweight" id="id263">DrawGetFontWeight</a></li>
-<li><a class="reference internal" href="#drawsetfontweight" id="id264">DrawSetFontWeight</a></li>
-<li><a class="reference internal" href="#drawgetgravity" id="id265">DrawGetGravity</a></li>
-<li><a class="reference internal" href="#drawsetgravity" id="id266">DrawSetGravity</a></li>
-<li><a class="reference internal" href="#drawcomposite" id="id267">DrawComposite</a></li>
-<li><a class="reference internal" href="#drawline" id="id268">DrawLine</a></li>
-<li><a class="reference internal" href="#drawmatte" id="id269">DrawMatte</a></li>
-<li><a class="reference internal" href="#drawpathclose" id="id270">DrawPathClose</a></li>
-<li><a class="reference internal" href="#drawpathcurvetoabsolute" id="id271">DrawPathCurveToAbsolute</a></li>
-<li><a class="reference internal" href="#drawpathcurvetorelative" id="id272">DrawPathCurveToRelative</a></li>
-<li><a class="reference internal" href="#drawpathcurvetoquadraticbezierabsolute" id="id273">DrawPathCurveToQuadraticBezierAbsolute</a></li>
-<li><a class="reference internal" href="#drawpathcurvetoquadraticbezierrelative" id="id274">DrawPathCurveToQuadraticBezierRelative</a></li>
-<li><a class="reference internal" href="#drawpathcurvetoquadraticbeziersmoothabsolute" id="id275">DrawPathCurveToQuadraticBezierSmoothAbsolute</a></li>
-<li><a class="reference internal" href="#drawpathcurvetoquadraticbeziersmoothrelative" id="id276">DrawPathCurveToQuadraticBezierSmoothRelative</a></li>
-<li><a class="reference internal" href="#drawpathcurvetosmoothabsolute" id="id277">DrawPathCurveToSmoothAbsolute</a></li>
-<li><a class="reference internal" href="#drawpathcurvetosmoothrelative" id="id278">DrawPathCurveToSmoothRelative</a></li>
-<li><a class="reference internal" href="#drawpathellipticarcabsolute" id="id279">DrawPathEllipticArcAbsolute</a></li>
-<li><a class="reference internal" href="#drawpathellipticarcrelative" id="id280">DrawPathEllipticArcRelative</a></li>
-<li><a class="reference internal" href="#drawpathfinish" id="id281">DrawPathFinish</a></li>
-<li><a class="reference internal" href="#drawpathlinetoabsolute" id="id282">DrawPathLineToAbsolute</a></li>
-<li><a class="reference internal" href="#drawpathlinetorelative" id="id283">DrawPathLineToRelative</a></li>
-<li><a class="reference internal" href="#drawpathlinetohorizontalabsolute" id="id284">DrawPathLineToHorizontalAbsolute</a></li>
-<li><a class="reference internal" href="#drawpathlinetohorizontalrelative" id="id285">DrawPathLineToHorizontalRelative</a></li>
-<li><a class="reference internal" href="#drawpathlinetoverticalabsolute" id="id286">DrawPathLineToVerticalAbsolute</a></li>
-<li><a class="reference internal" href="#drawpathlinetoverticalrelative" id="id287">DrawPathLineToVerticalRelative</a></li>
-<li><a class="reference internal" href="#drawpathmovetoabsolute" id="id288">DrawPathMoveToAbsolute</a></li>
-<li><a class="reference internal" href="#drawpathmovetorelative" id="id289">DrawPathMoveToRelative</a></li>
-<li><a class="reference internal" href="#drawpathstart" id="id290">DrawPathStart</a></li>
-<li><a class="reference internal" href="#drawpeekgraphiccontext" id="id291">DrawPeekGraphicContext</a></li>
-<li><a class="reference internal" href="#drawpoint" id="id292">DrawPoint</a></li>
-<li><a class="reference internal" href="#drawpolygon" id="id293">DrawPolygon</a></li>
-<li><a class="reference internal" href="#drawpolyline" id="id294">DrawPolyline</a></li>
-<li><a class="reference internal" href="#drawpopclippath" id="id295">DrawPopClipPath</a></li>
-<li><a class="reference internal" href="#drawpopdefs" id="id296">DrawPopDefs</a></li>
-<li><a class="reference internal" href="#drawpopgraphiccontext" id="id297">DrawPopGraphicContext</a></li>
-<li><a class="reference internal" href="#drawpoppattern" id="id298">DrawPopPattern</a></li>
-<li><a class="reference internal" href="#drawpushclippath" id="id299">DrawPushClipPath</a></li>
-<li><a class="reference internal" href="#drawpushdefs" id="id300">DrawPushDefs</a></li>
-<li><a class="reference internal" href="#drawpushgraphiccontext" id="id301">DrawPushGraphicContext</a></li>
-<li><a class="reference internal" href="#drawpushpattern" id="id302">DrawPushPattern</a></li>
-<li><a class="reference internal" href="#drawrectangle" id="id303">DrawRectangle</a></li>
-<li><a class="reference internal" href="#drawrender" id="id304">DrawRender</a></li>
-<li><a class="reference internal" href="#drawrotate" id="id305">DrawRotate</a></li>
-<li><a class="reference internal" href="#drawroundrectangle" id="id306">DrawRoundRectangle</a></li>
-<li><a class="reference internal" href="#drawscale" id="id307">DrawScale</a></li>
-<li><a class="reference internal" href="#drawskewx" id="id308">DrawSkewX</a></li>
-<li><a class="reference internal" href="#drawskewy" id="id309">DrawSkewY</a></li>
-<li><a class="reference internal" href="#drawsetstopcolor" id="id310">DrawSetStopColor</a></li>
-<li><a class="reference internal" href="#drawgetstrokecolor" id="id311">DrawGetStrokeColor</a></li>
-<li><a class="reference internal" href="#drawsetstrokecolor" id="id312">DrawSetStrokeColor</a></li>
-<li><a class="reference internal" href="#drawsetstrokepatternurl" id="id313">DrawSetStrokePatternURL</a></li>
-<li><a class="reference internal" href="#drawgetstrokeantialias" id="id314">DrawGetStrokeAntialias</a></li>
-<li><a class="reference internal" href="#drawsetstrokeantialias" id="id315">DrawSetStrokeAntialias</a></li>
-<li><a class="reference internal" href="#drawgetstrokedasharray" id="id316">DrawGetStrokeDashArray</a></li>
-<li><a class="reference internal" href="#drawsetstrokedasharray" id="id317">DrawSetStrokeDashArray</a></li>
-<li><a class="reference internal" href="#drawgetstrokedashoffset" id="id318">DrawGetStrokeDashOffset</a></li>
-<li><a class="reference internal" href="#drawsetstrokedashoffset" id="id319">DrawSetStrokeDashOffset</a></li>
-<li><a class="reference internal" href="#drawgetstrokelinecap" id="id320">DrawGetStrokeLineCap</a></li>
-<li><a class="reference internal" href="#drawsetstrokelinecap" id="id321">DrawSetStrokeLineCap</a></li>
-<li><a class="reference internal" href="#drawgetstrokelinejoin" id="id322">DrawGetStrokeLineJoin</a></li>
-<li><a class="reference internal" href="#drawsetstrokelinejoin" id="id323">DrawSetStrokeLineJoin</a></li>
-<li><a class="reference internal" href="#drawgetstrokemiterlimit" id="id324">DrawGetStrokeMiterLimit</a></li>
-<li><a class="reference internal" href="#drawsetstrokemiterlimit" id="id325">DrawSetStrokeMiterLimit</a></li>
-<li><a class="reference internal" href="#drawgetstrokeopacity" id="id326">DrawGetStrokeOpacity</a></li>
-<li><a class="reference internal" href="#drawsetstrokeopacity" id="id327">DrawSetStrokeOpacity</a></li>
-<li><a class="reference internal" href="#drawgetstrokewidth" id="id328">DrawGetStrokeWidth</a></li>
-<li><a class="reference internal" href="#drawsetstrokewidth" id="id329">DrawSetStrokeWidth</a></li>
-<li><a class="reference internal" href="#drawgettextantialias" id="id330">DrawGetTextAntialias</a></li>
-<li><a class="reference internal" href="#drawsettextantialias" id="id331">DrawSetTextAntialias</a></li>
-<li><a class="reference internal" href="#drawgettextdecoration" id="id332">DrawGetTextDecoration</a></li>
-<li><a class="reference internal" href="#drawsettextdecoration" id="id333">DrawSetTextDecoration</a></li>
-<li><a class="reference internal" href="#drawgettextencoding" id="id334">DrawGetTextEncoding</a></li>
-<li><a class="reference internal" href="#drawsettextencoding" id="id335">DrawSetTextEncoding</a></li>
-<li><a class="reference internal" href="#drawgettextundercolor" id="id336">DrawGetTextUnderColor</a></li>
-<li><a class="reference internal" href="#drawsettextundercolor" id="id337">DrawSetTextUnderColor</a></li>
-<li><a class="reference internal" href="#drawtranslate" id="id338">DrawTranslate</a></li>
-<li><a class="reference internal" href="#drawsetviewbox" id="id339">DrawSetViewbox</a></li>
-<li><a class="reference internal" href="#newdrawingwand" id="id340">NewDrawingWand</a></li>
+<li><p><a class="reference internal" href="#clonedrawingwand" id="id227">CloneDrawingWand</a></p></li>
+<li><p><a class="reference internal" href="#destroydrawingwand" id="id228">DestroyDrawingWand</a></p></li>
+<li><p><a class="reference internal" href="#drawannotation" id="id229">DrawAnnotation</a></p></li>
+<li><p><a class="reference internal" href="#drawaffine" id="id230">DrawAffine</a></p></li>
+<li><p><a class="reference internal" href="#drawallocatewand" id="id231">DrawAllocateWand</a></p></li>
+<li><p><a class="reference internal" href="#drawarc" id="id232">DrawArc</a></p></li>
+<li><p><a class="reference internal" href="#drawbezier" id="id233">DrawBezier</a></p></li>
+<li><p><a class="reference internal" href="#drawcircle" id="id234">DrawCircle</a></p></li>
+<li><p><a class="reference internal" href="#drawclearexception" id="id235">DrawClearException</a></p></li>
+<li><p><a class="reference internal" href="#drawgetclippath" id="id236">DrawGetClipPath</a></p></li>
+<li><p><a class="reference internal" href="#drawsetclippath" id="id237">DrawSetClipPath</a></p></li>
+<li><p><a class="reference internal" href="#drawgetcliprule" id="id238">DrawGetClipRule</a></p></li>
+<li><p><a class="reference internal" href="#drawsetcliprule" id="id239">DrawSetClipRule</a></p></li>
+<li><p><a class="reference internal" href="#drawgetclipunits" id="id240">DrawGetClipUnits</a></p></li>
+<li><p><a class="reference internal" href="#drawgetexception" id="id241">DrawGetException</a></p></li>
+<li><p><a class="reference internal" href="#drawsetclipunits" id="id242">DrawSetClipUnits</a></p></li>
+<li><p><a class="reference internal" href="#drawcolor" id="id243">DrawColor</a></p></li>
+<li><p><a class="reference internal" href="#drawcomment" id="id244">DrawComment</a></p></li>
+<li><p><a class="reference internal" href="#drawellipse" id="id245">DrawEllipse</a></p></li>
+<li><p><a class="reference internal" href="#drawgetfillcolor" id="id246">DrawGetFillColor</a></p></li>
+<li><p><a class="reference internal" href="#drawsetfillcolor" id="id247">DrawSetFillColor</a></p></li>
+<li><p><a class="reference internal" href="#drawsetfillpatternurl" id="id248">DrawSetFillPatternURL</a></p></li>
+<li><p><a class="reference internal" href="#drawgetfillopacity" id="id249">DrawGetFillOpacity</a></p></li>
+<li><p><a class="reference internal" href="#drawsetfillopacity" id="id250">DrawSetFillOpacity</a></p></li>
+<li><p><a class="reference internal" href="#drawgetfillrule" id="id251">DrawGetFillRule</a></p></li>
+<li><p><a class="reference internal" href="#drawsetfillrule" id="id252">DrawSetFillRule</a></p></li>
+<li><p><a class="reference internal" href="#drawgetfont" id="id253">DrawGetFont</a></p></li>
+<li><p><a class="reference internal" href="#drawsetfont" id="id254">DrawSetFont</a></p></li>
+<li><p><a class="reference internal" href="#drawgetfontfamily" id="id255">DrawGetFontFamily</a></p></li>
+<li><p><a class="reference internal" href="#drawsetfontfamily" id="id256">DrawSetFontFamily</a></p></li>
+<li><p><a class="reference internal" href="#drawgetfontsize" id="id257">DrawGetFontSize</a></p></li>
+<li><p><a class="reference internal" href="#drawsetfontsize" id="id258">DrawSetFontSize</a></p></li>
+<li><p><a class="reference internal" href="#drawgetfontstretch" id="id259">DrawGetFontStretch</a></p></li>
+<li><p><a class="reference internal" href="#drawsetfontstretch" id="id260">DrawSetFontStretch</a></p></li>
+<li><p><a class="reference internal" href="#drawgetfontstyle" id="id261">DrawGetFontStyle</a></p></li>
+<li><p><a class="reference internal" href="#drawsetfontstyle" id="id262">DrawSetFontStyle</a></p></li>
+<li><p><a class="reference internal" href="#drawgetfontweight" id="id263">DrawGetFontWeight</a></p></li>
+<li><p><a class="reference internal" href="#drawsetfontweight" id="id264">DrawSetFontWeight</a></p></li>
+<li><p><a class="reference internal" href="#drawgetgravity" id="id265">DrawGetGravity</a></p></li>
+<li><p><a class="reference internal" href="#drawsetgravity" id="id266">DrawSetGravity</a></p></li>
+<li><p><a class="reference internal" href="#drawcomposite" id="id267">DrawComposite</a></p></li>
+<li><p><a class="reference internal" href="#drawline" id="id268">DrawLine</a></p></li>
+<li><p><a class="reference internal" href="#drawmatte" id="id269">DrawMatte</a></p></li>
+<li><p><a class="reference internal" href="#drawpathclose" id="id270">DrawPathClose</a></p></li>
+<li><p><a class="reference internal" href="#drawpathcurvetoabsolute" id="id271">DrawPathCurveToAbsolute</a></p></li>
+<li><p><a class="reference internal" href="#drawpathcurvetorelative" id="id272">DrawPathCurveToRelative</a></p></li>
+<li><p><a class="reference internal" href="#drawpathcurvetoquadraticbezierabsolute" id="id273">DrawPathCurveToQuadraticBezierAbsolute</a></p></li>
+<li><p><a class="reference internal" href="#drawpathcurvetoquadraticbezierrelative" id="id274">DrawPathCurveToQuadraticBezierRelative</a></p></li>
+<li><p><a class="reference internal" href="#drawpathcurvetoquadraticbeziersmoothabsolute" id="id275">DrawPathCurveToQuadraticBezierSmoothAbsolute</a></p></li>
+<li><p><a class="reference internal" href="#drawpathcurvetoquadraticbeziersmoothrelative" id="id276">DrawPathCurveToQuadraticBezierSmoothRelative</a></p></li>
+<li><p><a class="reference internal" href="#drawpathcurvetosmoothabsolute" id="id277">DrawPathCurveToSmoothAbsolute</a></p></li>
+<li><p><a class="reference internal" href="#drawpathcurvetosmoothrelative" id="id278">DrawPathCurveToSmoothRelative</a></p></li>
+<li><p><a class="reference internal" href="#drawpathellipticarcabsolute" id="id279">DrawPathEllipticArcAbsolute</a></p></li>
+<li><p><a class="reference internal" href="#drawpathellipticarcrelative" id="id280">DrawPathEllipticArcRelative</a></p></li>
+<li><p><a class="reference internal" href="#drawpathfinish" id="id281">DrawPathFinish</a></p></li>
+<li><p><a class="reference internal" href="#drawpathlinetoabsolute" id="id282">DrawPathLineToAbsolute</a></p></li>
+<li><p><a class="reference internal" href="#drawpathlinetorelative" id="id283">DrawPathLineToRelative</a></p></li>
+<li><p><a class="reference internal" href="#drawpathlinetohorizontalabsolute" id="id284">DrawPathLineToHorizontalAbsolute</a></p></li>
+<li><p><a class="reference internal" href="#drawpathlinetohorizontalrelative" id="id285">DrawPathLineToHorizontalRelative</a></p></li>
+<li><p><a class="reference internal" href="#drawpathlinetoverticalabsolute" id="id286">DrawPathLineToVerticalAbsolute</a></p></li>
+<li><p><a class="reference internal" href="#drawpathlinetoverticalrelative" id="id287">DrawPathLineToVerticalRelative</a></p></li>
+<li><p><a class="reference internal" href="#drawpathmovetoabsolute" id="id288">DrawPathMoveToAbsolute</a></p></li>
+<li><p><a class="reference internal" href="#drawpathmovetorelative" id="id289">DrawPathMoveToRelative</a></p></li>
+<li><p><a class="reference internal" href="#drawpathstart" id="id290">DrawPathStart</a></p></li>
+<li><p><a class="reference internal" href="#drawpeekgraphiccontext" id="id291">DrawPeekGraphicContext</a></p></li>
+<li><p><a class="reference internal" href="#drawpoint" id="id292">DrawPoint</a></p></li>
+<li><p><a class="reference internal" href="#drawpolygon" id="id293">DrawPolygon</a></p></li>
+<li><p><a class="reference internal" href="#drawpolyline" id="id294">DrawPolyline</a></p></li>
+<li><p><a class="reference internal" href="#drawpopclippath" id="id295">DrawPopClipPath</a></p></li>
+<li><p><a class="reference internal" href="#drawpopdefs" id="id296">DrawPopDefs</a></p></li>
+<li><p><a class="reference internal" href="#drawpopgraphiccontext" id="id297">DrawPopGraphicContext</a></p></li>
+<li><p><a class="reference internal" href="#drawpoppattern" id="id298">DrawPopPattern</a></p></li>
+<li><p><a class="reference internal" href="#drawpushclippath" id="id299">DrawPushClipPath</a></p></li>
+<li><p><a class="reference internal" href="#drawpushdefs" id="id300">DrawPushDefs</a></p></li>
+<li><p><a class="reference internal" href="#drawpushgraphiccontext" id="id301">DrawPushGraphicContext</a></p></li>
+<li><p><a class="reference internal" href="#drawpushpattern" id="id302">DrawPushPattern</a></p></li>
+<li><p><a class="reference internal" href="#drawrectangle" id="id303">DrawRectangle</a></p></li>
+<li><p><a class="reference internal" href="#drawrender" id="id304">DrawRender</a></p></li>
+<li><p><a class="reference internal" href="#drawrotate" id="id305">DrawRotate</a></p></li>
+<li><p><a class="reference internal" href="#drawroundrectangle" id="id306">DrawRoundRectangle</a></p></li>
+<li><p><a class="reference internal" href="#drawscale" id="id307">DrawScale</a></p></li>
+<li><p><a class="reference internal" href="#drawskewx" id="id308">DrawSkewX</a></p></li>
+<li><p><a class="reference internal" href="#drawskewy" id="id309">DrawSkewY</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstopcolor" id="id310">DrawSetStopColor</a></p></li>
+<li><p><a class="reference internal" href="#drawgetstrokecolor" id="id311">DrawGetStrokeColor</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstrokecolor" id="id312">DrawSetStrokeColor</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstrokepatternurl" id="id313">DrawSetStrokePatternURL</a></p></li>
+<li><p><a class="reference internal" href="#drawgetstrokeantialias" id="id314">DrawGetStrokeAntialias</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstrokeantialias" id="id315">DrawSetStrokeAntialias</a></p></li>
+<li><p><a class="reference internal" href="#drawgetstrokedasharray" id="id316">DrawGetStrokeDashArray</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstrokedasharray" id="id317">DrawSetStrokeDashArray</a></p></li>
+<li><p><a class="reference internal" href="#drawgetstrokedashoffset" id="id318">DrawGetStrokeDashOffset</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstrokedashoffset" id="id319">DrawSetStrokeDashOffset</a></p></li>
+<li><p><a class="reference internal" href="#drawgetstrokelinecap" id="id320">DrawGetStrokeLineCap</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstrokelinecap" id="id321">DrawSetStrokeLineCap</a></p></li>
+<li><p><a class="reference internal" href="#drawgetstrokelinejoin" id="id322">DrawGetStrokeLineJoin</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstrokelinejoin" id="id323">DrawSetStrokeLineJoin</a></p></li>
+<li><p><a class="reference internal" href="#drawgetstrokemiterlimit" id="id324">DrawGetStrokeMiterLimit</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstrokemiterlimit" id="id325">DrawSetStrokeMiterLimit</a></p></li>
+<li><p><a class="reference internal" href="#drawgetstrokeopacity" id="id326">DrawGetStrokeOpacity</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstrokeopacity" id="id327">DrawSetStrokeOpacity</a></p></li>
+<li><p><a class="reference internal" href="#drawgetstrokewidth" id="id328">DrawGetStrokeWidth</a></p></li>
+<li><p><a class="reference internal" href="#drawsetstrokewidth" id="id329">DrawSetStrokeWidth</a></p></li>
+<li><p><a class="reference internal" href="#drawgettextantialias" id="id330">DrawGetTextAntialias</a></p></li>
+<li><p><a class="reference internal" href="#drawsettextantialias" id="id331">DrawSetTextAntialias</a></p></li>
+<li><p><a class="reference internal" href="#drawgettextdecoration" id="id332">DrawGetTextDecoration</a></p></li>
+<li><p><a class="reference internal" href="#drawsettextdecoration" id="id333">DrawSetTextDecoration</a></p></li>
+<li><p><a class="reference internal" href="#drawgettextencoding" id="id334">DrawGetTextEncoding</a></p></li>
+<li><p><a class="reference internal" href="#drawsettextencoding" id="id335">DrawSetTextEncoding</a></p></li>
+<li><p><a class="reference internal" href="#drawgettextundercolor" id="id336">DrawGetTextUnderColor</a></p></li>
+<li><p><a class="reference internal" href="#drawsettextundercolor" id="id337">DrawSetTextUnderColor</a></p></li>
+<li><p><a class="reference internal" href="#drawtranslate" id="id338">DrawTranslate</a></p></li>
+<li><p><a class="reference internal" href="#drawsetviewbox" id="id339">DrawSetViewbox</a></p></li>
+<li><p><a class="reference internal" href="#newdrawingwand" id="id340">NewDrawingWand</a></p></li>
</ul>
</div>
<div class="section" id="clonedrawingwand">
<h1><a class="toc-backref" href="#id227">CloneDrawingWand</a></h1>
<div class="section" id="synopsis">
<h2>Synopsis</h2>
-<pre class="literal-block">
-DrawingWand *CloneDrawingWand( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">DrawingWand *CloneDrawingWand( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="description">
<h2>Description</h2>
<p>CloneDrawingWand() returns a new drawing wand which is a full (deep) copy
of an existing drawing wand.</p>
<p>The format of the CloneDrawingWand method is:</p>
-<pre class="literal-block">
-DrawingWand *CloneDrawingWand( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">DrawingWand *CloneDrawingWand( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand to copy</dd>
+<dd><p>The drawing wand to copy</p>
+</dd>
</dl>
</div>
</div>
@@ -182,9 +182,7 @@ DrawingWand *CloneDrawingWand( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id228">DestroyDrawingWand</a></h1>
<div class="section" id="id1">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DestroyDrawingWand( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DestroyDrawingWand( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id2">
<h2>Description</h2>
@@ -192,13 +190,12 @@ void DestroyDrawingWand( DrawingWand *drawing_wand );
wand. Once the drawing wand has been freed, it should not be used
any further unless it re-allocated.</p>
<p>The format of the DestroyDrawingWand method is:</p>
-<pre class="literal-block">
-void DestroyDrawingWand( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DestroyDrawingWand( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand to destroy.</dd>
+<dd><p>The drawing wand to destroy.</p>
+</dd>
</dl>
</div>
</div>
@@ -206,28 +203,28 @@ void DestroyDrawingWand( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id229">DrawAnnotation</a></h1>
<div class="section" id="id3">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawAnnotation( DrawingWand *drawing_wand, const double x, const double y,
- const unsigned char *text );
-</pre>
+<pre class="literal-block">void DrawAnnotation( DrawingWand *drawing_wand, const double x, const double y,
+ const unsigned char *text );</pre>
</div>
<div class="section" id="id4">
<h2>Description</h2>
<p>DrawAnnotation() draws text on the image.</p>
<p>The format of the DrawAnnotation method is:</p>
-<pre class="literal-block">
-void DrawAnnotation( DrawingWand *drawing_wand, const double x, const double y,
- const unsigned char *text );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawAnnotation( DrawingWand *drawing_wand, const double x, const double y,
+ const unsigned char *text );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate to left of text</dd>
+<dd><p>x ordinate to left of text</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate to text baseline</dd>
+<dd><p>y ordinate to text baseline</p>
+</dd>
<dt>text:</dt>
-<dd>text to draw</dd>
+<dd><p>text to draw</p>
+</dd>
</dl>
</div>
</div>
@@ -235,9 +232,7 @@ void DrawAnnotation( DrawingWand *drawing_wand, const double x, const double y,
<h1><a class="toc-backref" href="#id230">DrawAffine</a></h1>
<div class="section" id="id5">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawAffine( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#affinematrix">AffineMatrix</a> *affine );
-</pre>
+<pre class="literal-block">void DrawAffine( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#affinematrix">AffineMatrix</a> *affine );</pre>
</div>
<div class="section" id="id6">
<h2>Description</h2>
@@ -245,15 +240,15 @@ void DrawAffine( DrawingWand *drawing_wand, const <a class="reference external"
the specified affine transformation matrix. Note that the current affine
transform is adjusted rather than replaced.</p>
<p>The format of the DrawAffine method is:</p>
-<pre class="literal-block">
-void DrawAffine( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#affinematrix">AffineMatrix</a> *affine );
-</pre>
+<pre class="literal-block">void DrawAffine( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#affinematrix">AffineMatrix</a> *affine );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>Drawing drawing_wand</dd>
+<dd><p>Drawing drawing_wand</p>
+</dd>
<dt>affine:</dt>
-<dd>Affine matrix parameters</dd>
+<dd><p>Affine matrix parameters</p>
+</dd>
</dl>
</div>
</div>
@@ -261,25 +256,23 @@ void DrawAffine( DrawingWand *drawing_wand, const <a class="reference external"
<h1><a class="toc-backref" href="#id231">DrawAllocateWand</a></h1>
<div class="section" id="id7">
<h2>Synopsis</h2>
-<pre class="literal-block">
-DrawingWand DrawAllocateWand( const <a class="reference external" href="../api/types.html#drawinfo">DrawInfo</a> *draw_info, <a class="reference external" href="../api/types.html#image">Image</a> *image );
-</pre>
+<pre class="literal-block">DrawingWand DrawAllocateWand( const <a class="reference external" href="../api/types.html#drawinfo">DrawInfo</a> *draw_info, <a class="reference external" href="../api/types.html#image">Image</a> *image );</pre>
</div>
<div class="section" id="id8">
<h2>Description</h2>
<p>DrawAllocateWand() allocates an initial drawing wand which is an
opaque handle required by the remaining drawing methods.</p>
<p>The format of the DrawAllocateWand method is:</p>
-<pre class="literal-block">
-DrawingWand DrawAllocateWand( const <a class="reference external" href="../api/types.html#drawinfo">DrawInfo</a> *draw_info, <a class="reference external" href="../api/types.html#image">Image</a> *image );
-</pre>
+<pre class="literal-block">DrawingWand DrawAllocateWand( const <a class="reference external" href="../api/types.html#drawinfo">DrawInfo</a> *draw_info, <a class="reference external" href="../api/types.html#image">Image</a> *image );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>draw_info:</dt>
-<dd>Initial drawing defaults. Set to NULL to use
-ImageMagick defaults.</dd>
+<dd><p>Initial drawing defaults. Set to NULL to use
+ImageMagick defaults.</p>
+</dd>
<dt>image:</dt>
-<dd>The image to draw on.</dd>
+<dd><p>The image to draw on.</p>
+</dd>
</dl>
</div>
</div>
@@ -287,35 +280,38 @@ ImageMagick defaults.</dd>
<h1><a class="toc-backref" href="#id232">DrawArc</a></h1>
<div class="section" id="id9">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawArc( DrawingWand *drawing_wand, const double sx, const double sy, const double ex,
- const double ey, const double sd, const double ed );
-</pre>
+<pre class="literal-block">void DrawArc( DrawingWand *drawing_wand, const double sx, const double sy, const double ex,
+ const double ey, const double sd, const double ed );</pre>
</div>
<div class="section" id="id10">
<h2>Description</h2>
<p>DrawArc() draws an arc falling within a specified bounding rectangle on the
image.</p>
<p>The format of the DrawArc method is:</p>
-<pre class="literal-block">
-void DrawArc( DrawingWand *drawing_wand, const double sx, const double sy, const double ex,
- const double ey, const double sd, const double ed );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawArc( DrawingWand *drawing_wand, const double sx, const double sy, const double ex,
+ const double ey, const double sd, const double ed );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>sx:</dt>
-<dd>starting x ordinate of bounding rectangle</dd>
+<dd><p>starting x ordinate of bounding rectangle</p>
+</dd>
<dt>sy:</dt>
-<dd>starting y ordinate of bounding rectangle</dd>
+<dd><p>starting y ordinate of bounding rectangle</p>
+</dd>
<dt>ex:</dt>
-<dd>ending x ordinate of bounding rectangle</dd>
+<dd><p>ending x ordinate of bounding rectangle</p>
+</dd>
<dt>ey:</dt>
-<dd>ending y ordinate of bounding rectangle</dd>
+<dd><p>ending y ordinate of bounding rectangle</p>
+</dd>
<dt>sd:</dt>
-<dd>starting degrees of rotation</dd>
+<dd><p>starting degrees of rotation</p>
+</dd>
<dt>ed:</dt>
-<dd>ending degrees of rotation</dd>
+<dd><p>ending degrees of rotation</p>
+</dd>
</dl>
</div>
</div>
@@ -323,26 +319,25 @@ void DrawArc( DrawingWand *drawing_wand, const double sx, const double sy, const
<h1><a class="toc-backref" href="#id233">DrawBezier</a></h1>
<div class="section" id="id11">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawBezier( DrawingWand *drawing_wand, const unsigned long number_coordinates,
- const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );
-</pre>
+<pre class="literal-block">void DrawBezier( DrawingWand *drawing_wand, const unsigned long number_coordinates,
+ const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );</pre>
</div>
<div class="section" id="id12">
<h2>Description</h2>
<p>DrawBezier() draws a bezier curve through a set of points on the image.</p>
<p>The format of the DrawBezier method is:</p>
-<pre class="literal-block">
-void DrawBezier( DrawingWand *drawing_wand, const unsigned long number_coordinates,
- const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawBezier( DrawingWand *drawing_wand, const unsigned long number_coordinates,
+ const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>number_coordinates:</dt>
-<dd>number of coordinates</dd>
+<dd><p>number of coordinates</p>
+</dd>
<dt>coordinates:</dt>
-<dd>coordinates</dd>
+<dd><p>coordinates</p>
+</dd>
</dl>
</div>
</div>
@@ -350,30 +345,31 @@ void DrawBezier( DrawingWand *drawing_wand, const unsigned long number_coordinat
<h1><a class="toc-backref" href="#id234">DrawCircle</a></h1>
<div class="section" id="id13">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawCircle( DrawingWand *drawing_wand, const double ox, const double oy, const double px,
- const double py );
-</pre>
+<pre class="literal-block">void DrawCircle( DrawingWand *drawing_wand, const double ox, const double oy, const double px,
+ const double py );</pre>
</div>
<div class="section" id="id14">
<h2>Description</h2>
<p>DrawCircle() draws a circle on the image.</p>
<p>The format of the DrawCircle method is:</p>
-<pre class="literal-block">
-void DrawCircle( DrawingWand *drawing_wand, const double ox, const double oy, const double px,
- const double py );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawCircle( DrawingWand *drawing_wand, const double ox, const double oy, const double px,
+ const double py );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>ox:</dt>
-<dd>origin x ordinate</dd>
+<dd><p>origin x ordinate</p>
+</dd>
<dt>oy:</dt>
-<dd>origin y ordinate</dd>
+<dd><p>origin y ordinate</p>
+</dd>
<dt>px:</dt>
-<dd>perimeter x ordinate</dd>
+<dd><p>perimeter x ordinate</p>
+</dd>
<dt>py:</dt>
-<dd>perimeter y ordinate</dd>
+<dd><p>perimeter y ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -381,21 +377,18 @@ void DrawCircle( DrawingWand *drawing_wand, const double ox, const double oy, co
<h1><a class="toc-backref" href="#id235">DrawClearException</a></h1>
<div class="section" id="id15">
<h2>Synopsis</h2>
-<pre class="literal-block">
-MagickPassFail DrawClearException( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">MagickPassFail DrawClearException( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id16">
<h2>Description</h2>
<p>DrawClearException() clears any existing exception from the drawing wand.</p>
<p>The format of the DrawGetException method is:</p>
-<pre class="literal-block">
-MagickPassFail DrawClearException( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">MagickPassFail DrawClearException( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -403,22 +396,19 @@ MagickPassFail DrawClearException( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id236">DrawGetClipPath</a></h1>
<div class="section" id="id17">
<h2>Synopsis</h2>
-<pre class="literal-block">
-char *DrawGetClipPath( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">char *DrawGetClipPath( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id18">
<h2>Description</h2>
<p>DrawGetClipPath() obtains the current clipping path ID. The value returned
must be deallocated by the user when it is no longer needed.</p>
<p>The format of the DrawGetClipPath method is:</p>
-<pre class="literal-block">
-char *DrawGetClipPath( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">char *DrawGetClipPath( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -426,9 +416,7 @@ char *DrawGetClipPath( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id237">DrawSetClipPath</a></h1>
<div class="section" id="id19">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetClipPath( DrawingWand *drawing_wand, const char *clip_path );
-</pre>
+<pre class="literal-block">void DrawSetClipPath( DrawingWand *drawing_wand, const char *clip_path );</pre>
</div>
<div class="section" id="id20">
<h2>Description</h2>
@@ -436,15 +424,15 @@ void DrawSetClipPath( DrawingWand *drawing_wand, const char *clip_path );
the areas drawn on by the clipping path will be modified as long as it
remains in effect.</p>
<p>The format of the DrawSetClipPath method is:</p>
-<pre class="literal-block">
-void DrawSetClipPath( DrawingWand *drawing_wand, const char *clip_path );
-</pre>
+<pre class="literal-block">void DrawSetClipPath( DrawingWand *drawing_wand, const char *clip_path );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>clip_path:</dt>
-<dd>name of clipping path to associate with image</dd>
+<dd><p>name of clipping path to associate with image</p>
+</dd>
</dl>
</div>
</div>
@@ -452,22 +440,19 @@ void DrawSetClipPath( DrawingWand *drawing_wand, const char *clip_path );
<h1><a class="toc-backref" href="#id238">DrawGetClipRule</a></h1>
<div class="section" id="id21">
<h2>Synopsis</h2>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#fillrule">FillRule</a> DrawGetClipRule( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#fillrule">FillRule</a> DrawGetClipRule( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id22">
<h2>Description</h2>
<p>DrawGetClipRule() returns the current polygon fill rule to be used by the
clipping path.</p>
<p>The format of the DrawGetClipRule method is:</p>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#fillrule">FillRule</a> DrawGetClipRule( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#fillrule">FillRule</a> DrawGetClipRule( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -475,23 +460,21 @@ clipping path.</p>
<h1><a class="toc-backref" href="#id239">DrawSetClipRule</a></h1>
<div class="section" id="id23">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetClipRule( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#fillrule">FillRule</a> fill_rule );
-</pre>
+<pre class="literal-block">void DrawSetClipRule( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#fillrule">FillRule</a> fill_rule );</pre>
</div>
<div class="section" id="id24">
<h2>Description</h2>
<p>DrawSetClipRule() set the polygon fill rule to be used by the clipping path.</p>
<p>The format of the DrawSetClipRule method is:</p>
-<pre class="literal-block">
-void DrawSetClipRule( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#fillrule">FillRule</a> fill_rule );
-</pre>
+<pre class="literal-block">void DrawSetClipRule( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#fillrule">FillRule</a> fill_rule );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>fill_rule:</dt>
-<dd>fill rule (EvenOddRule or NonZeroRule)</dd>
+<dd><p>fill rule (EvenOddRule or NonZeroRule)</p>
+</dd>
</dl>
</div>
</div>
@@ -499,21 +482,18 @@ void DrawSetClipRule( DrawingWand *drawing_wand, const <a class="reference exter
<h1><a class="toc-backref" href="#id240">DrawGetClipUnits</a></h1>
<div class="section" id="id25">
<h2>Synopsis</h2>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#clippathunits">ClipPathUnits</a> DrawGetClipUnits( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#clippathunits">ClipPathUnits</a> DrawGetClipUnits( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id26">
<h2>Description</h2>
<p>DrawGetClipUnits() returns the interpretation of clip path units.</p>
<p>The format of the DrawGetClipUnits method is:</p>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#clippathunits">ClipPathUnits</a> DrawGetClipUnits( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#clippathunits">ClipPathUnits</a> DrawGetClipUnits( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -521,9 +501,7 @@ void DrawSetClipRule( DrawingWand *drawing_wand, const <a class="reference exter
<h1><a class="toc-backref" href="#id241">DrawGetException</a></h1>
<div class="section" id="id27">
<h2>Synopsis</h2>
-<pre class="literal-block">
-char *DrawGetException( const DrawingWand *drawing_wand, <a class="reference external" href="../api/types.html#exceptiontype">ExceptionType</a> *severity );
-</pre>
+<pre class="literal-block">char *DrawGetException( const DrawingWand *drawing_wand, <a class="reference external" href="../api/types.html#exceptiontype">ExceptionType</a> *severity );</pre>
</div>
<div class="section" id="id28">
<h2>Description</h2>
@@ -532,14 +510,14 @@ exception (if any). If an exception did occur, an allocated text string
is returned which contains a detailed description of the exception. This
string must be deallocated by the user once it is no longer needed.</p>
<p>The format of the DrawGetException method is:</p>
-<pre class="literal-block">
-char *DrawGetException( const DrawingWand *drawing_wand, <a class="reference external" href="../api/types.html#exceptiontype">ExceptionType</a> *severity );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">char *DrawGetException( const DrawingWand *drawing_wand, <a class="reference external" href="../api/types.html#exceptiontype">ExceptionType</a> *severity );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>severity:</dt>
-<dd>Enumeration corresponding to last thrown exception.</dd>
+<dd><p>Enumeration corresponding to last thrown exception.</p>
+</dd>
</dl>
</div>
</div>
@@ -547,22 +525,20 @@ char *DrawGetException( const DrawingWand *drawing_wand, <a class="reference ext
<h1><a class="toc-backref" href="#id242">DrawSetClipUnits</a></h1>
<div class="section" id="id29">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetClipUnits( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#clippathunits">ClipPathUnits</a> clip_units );
-</pre>
+<pre class="literal-block">void DrawSetClipUnits( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#clippathunits">ClipPathUnits</a> clip_units );</pre>
</div>
<div class="section" id="id30">
<h2>Description</h2>
<p>DrawSetClipUnits() sets the interpretation of clip path units.</p>
<p>The format of the DrawSetClipUnits method is:</p>
-<pre class="literal-block">
-void DrawSetClipUnits( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#clippathunits">ClipPathUnits</a> clip_units );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetClipUnits( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#clippathunits">ClipPathUnits</a> clip_units );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>clip_units:</dt>
-<dd>units to use (UserSpace, UserSpaceOnUse, or ObjectBoundingBox)</dd>
+<dd><p>units to use (UserSpace, UserSpaceOnUse, or ObjectBoundingBox)</p>
+</dd>
</dl>
</div>
</div>
@@ -570,10 +546,8 @@ void DrawSetClipUnits( DrawingWand *drawing_wand, const <a class="reference exte
<h1><a class="toc-backref" href="#id243">DrawColor</a></h1>
<div class="section" id="id31">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawColor( DrawingWand *drawing_wand, const double x, const double y,
- const <a class="reference external" href="../api/types.html#paintmethod">PaintMethod</a> paintMethod );
-</pre>
+<pre class="literal-block">void DrawColor( DrawingWand *drawing_wand, const double x, const double y,
+ const <a class="reference external" href="../api/types.html#paintmethod">PaintMethod</a> paintMethod );</pre>
</div>
<div class="section" id="id32">
<h2>Description</h2>
@@ -586,19 +560,21 @@ FloodfillMethod: Recolors target pixels and matching neighbors.
FillToBorderMethod: Recolor target pixels and neighbors not matching
ResetMethod: Recolor all pixels.</p>
<p>The format of the DrawColor method is:</p>
-<pre class="literal-block">
-void DrawColor( DrawingWand *drawing_wand, const double x, const double y,
- const <a class="reference external" href="../api/types.html#paintmethod">PaintMethod</a> paintMethod );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawColor( DrawingWand *drawing_wand, const double x, const double y,
+ const <a class="reference external" href="../api/types.html#paintmethod">PaintMethod</a> paintMethod );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate</dd>
+<dd><p>x ordinate</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate</dd>
+<dd><p>y ordinate</p>
+</dd>
<dt>paintMethod:</dt>
-<dd>paint method</dd>
+<dd><p>paint method</p>
+</dd>
</dl>
</div>
</div>
@@ -606,23 +582,21 @@ void DrawColor( DrawingWand *drawing_wand, const double x, const double y,
<h1><a class="toc-backref" href="#id244">DrawComment</a></h1>
<div class="section" id="id33">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawComment( DrawingWand *drawing_wand, const char *comment );
-</pre>
+<pre class="literal-block">void DrawComment( DrawingWand *drawing_wand, const char *comment );</pre>
</div>
<div class="section" id="id34">
<h2>Description</h2>
<p>DrawComment() adds a comment to a vector output stream.</p>
<p>The format of the DrawComment method is:</p>
-<pre class="literal-block">
-void DrawComment( DrawingWand *drawing_wand, const char *comment );
-</pre>
+<pre class="literal-block">void DrawComment( DrawingWand *drawing_wand, const char *comment );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>comment:</dt>
-<dd>comment text</dd>
+<dd><p>comment text</p>
+</dd>
</dl>
</div>
</div>
@@ -630,34 +604,37 @@ void DrawComment( DrawingWand *drawing_wand, const char *comment );
<h1><a class="toc-backref" href="#id245">DrawEllipse</a></h1>
<div class="section" id="id35">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawEllipse( DrawingWand *drawing_wand, const double ox, const double oy, const double rx,
- const double ry, const double start, const double end );
-</pre>
+<pre class="literal-block">void DrawEllipse( DrawingWand *drawing_wand, const double ox, const double oy, const double rx,
+ const double ry, const double start, const double end );</pre>
</div>
<div class="section" id="id36">
<h2>Description</h2>
<p>DrawEllipse() draws an ellipse on the image.</p>
<p>The format of the DrawEllipse method is:</p>
-<pre class="literal-block">
-void DrawEllipse( DrawingWand *drawing_wand, const double ox, const double oy, const double rx,
- const double ry, const double start, const double end );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawEllipse( DrawingWand *drawing_wand, const double ox, const double oy, const double rx,
+ const double ry, const double start, const double end );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>ox:</dt>
-<dd>origin x ordinate</dd>
+<dd><p>origin x ordinate</p>
+</dd>
<dt>oy:</dt>
-<dd>origin y ordinate</dd>
+<dd><p>origin y ordinate</p>
+</dd>
<dt>rx:</dt>
-<dd>radius in x</dd>
+<dd><p>radius in x</p>
+</dd>
<dt>ry:</dt>
-<dd>radius in y</dd>
+<dd><p>radius in y</p>
+</dd>
<dt>start:</dt>
-<dd>starting rotation in degrees</dd>
+<dd><p>starting rotation in degrees</p>
+</dd>
<dt>end:</dt>
-<dd>ending rotation in degrees</dd>
+<dd><p>ending rotation in degrees</p>
+</dd>
</dl>
</div>
</div>
@@ -665,22 +642,20 @@ void DrawEllipse( DrawingWand *drawing_wand, const double ox, const double oy, c
<h1><a class="toc-backref" href="#id246">DrawGetFillColor</a></h1>
<div class="section" id="id37">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawGetFillColor( const DrawingWand *drawing_wand, PixelWand *fill_color );
-</pre>
+<pre class="literal-block">void DrawGetFillColor( const DrawingWand *drawing_wand, PixelWand *fill_color );</pre>
</div>
<div class="section" id="id38">
<h2>Description</h2>
<p>DrawGetFillColor() returns the fill color used for drawing filled objects.</p>
<p>The format of the DrawGetFillColor method is:</p>
-<pre class="literal-block">
-void DrawGetFillColor( const DrawingWand *drawing_wand, PixelWand *fill_color );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawGetFillColor( const DrawingWand *drawing_wand, PixelWand *fill_color );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>fill_color:</dt>
-<dd>Return the fill color.</dd>
+<dd><p>Return the fill color.</p>
+</dd>
</dl>
</div>
</div>
@@ -688,22 +663,20 @@ void DrawGetFillColor( const DrawingWand *drawing_wand, PixelWand *fill_color );
<h1><a class="toc-backref" href="#id247">DrawSetFillColor</a></h1>
<div class="section" id="id39">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetFillColor( DrawingWand *drawing_wand, const PixelWand *fill_wand );
-</pre>
+<pre class="literal-block">void DrawSetFillColor( DrawingWand *drawing_wand, const PixelWand *fill_wand );</pre>
</div>
<div class="section" id="id40">
<h2>Description</h2>
<p>DrawSetFillColor() sets the fill color to be used for drawing filled objects.</p>
<p>The format of the DrawSetFillColor method is:</p>
-<pre class="literal-block">
-void DrawSetFillColor( DrawingWand *drawing_wand, const PixelWand *fill_wand );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetFillColor( DrawingWand *drawing_wand, const PixelWand *fill_wand );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>fill_wand:</dt>
-<dd>fill wand.</dd>
+<dd><p>fill wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -711,9 +684,7 @@ void DrawSetFillColor( DrawingWand *drawing_wand, const PixelWand *fill_wand );
<h1><a class="toc-backref" href="#id248">DrawSetFillPatternURL</a></h1>
<div class="section" id="id41">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetFillPatternURL( DrawingWand *drawing_wand, const char *fill_url );
-</pre>
+<pre class="literal-block">void DrawSetFillPatternURL( DrawingWand *drawing_wand, const char *fill_url );</pre>
</div>
<div class="section" id="id42">
<h2>Description</h2>
@@ -722,14 +693,14 @@ objects. Only local URLs (&quot;#identifier&quot;) are supported at this time. T
local URLs are normally created by defining a named fill pattern with
DrawPushPattern/DrawPopPattern.</p>
<p>The format of the DrawSetFillPatternURL method is:</p>
-<pre class="literal-block">
-void DrawSetFillPatternURL( DrawingWand *drawing_wand, const char *fill_url );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetFillPatternURL( DrawingWand *drawing_wand, const char *fill_url );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>fill_url:</dt>
-<dd>URL to use to obtain fill pattern.</dd>
+<dd><p>URL to use to obtain fill pattern.</p>
+</dd>
</dl>
</div>
</div>
@@ -737,22 +708,19 @@ void DrawSetFillPatternURL( DrawingWand *drawing_wand, const char *fill_url );
<h1><a class="toc-backref" href="#id249">DrawGetFillOpacity</a></h1>
<div class="section" id="id43">
<h2>Synopsis</h2>
-<pre class="literal-block">
-double DrawGetFillOpacity( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">double DrawGetFillOpacity( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id44">
<h2>Description</h2>
<p>DrawGetFillOpacity() returns the opacity used when drawing using the fill
color or fill texture. Fully opaque is 1.0.</p>
<p>The format of the DrawGetFillOpacity method is:</p>
-<pre class="literal-block">
-double DrawGetFillOpacity( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">double DrawGetFillOpacity( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -760,23 +728,21 @@ double DrawGetFillOpacity( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id250">DrawSetFillOpacity</a></h1>
<div class="section" id="id45">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetFillOpacity( DrawingWand *drawing_wand, const double fill_opacity );
-</pre>
+<pre class="literal-block">void DrawSetFillOpacity( DrawingWand *drawing_wand, const double fill_opacity );</pre>
</div>
<div class="section" id="id46">
<h2>Description</h2>
<p>DrawSetFillOpacity() sets the opacity to use when drawing using the fill
color or fill texture. Fully opaque is 1.0.</p>
<p>The format of the DrawSetFillOpacity method is:</p>
-<pre class="literal-block">
-void DrawSetFillOpacity( DrawingWand *drawing_wand, const double fill_opacity );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetFillOpacity( DrawingWand *drawing_wand, const double fill_opacity );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>fill_opacity:</dt>
-<dd>fill opacity</dd>
+<dd><p>fill opacity</p>
+</dd>
</dl>
</div>
</div>
@@ -784,21 +750,18 @@ void DrawSetFillOpacity( DrawingWand *drawing_wand, const double fill_opacity );
<h1><a class="toc-backref" href="#id251">DrawGetFillRule</a></h1>
<div class="section" id="id47">
<h2>Synopsis</h2>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#fillrule">FillRule</a> DrawGetFillRule( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#fillrule">FillRule</a> DrawGetFillRule( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id48">
<h2>Description</h2>
<p>DrawGetFillRule() returns the fill rule used while drawing polygons.</p>
<p>The format of the DrawGetFillRule method is:</p>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#fillrule">FillRule</a> DrawGetFillRule( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#fillrule">FillRule</a> DrawGetFillRule( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -806,23 +769,21 @@ void DrawSetFillOpacity( DrawingWand *drawing_wand, const double fill_opacity );
<h1><a class="toc-backref" href="#id252">DrawSetFillRule</a></h1>
<div class="section" id="id49">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetFillRule( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#fillrule">FillRule</a> fill_rule );
-</pre>
+<pre class="literal-block">void DrawSetFillRule( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#fillrule">FillRule</a> fill_rule );</pre>
</div>
<div class="section" id="id50">
<h2>Description</h2>
<p>DrawSetFillRule() sets the fill rule to use while drawing polygons.</p>
<p>The format of the DrawSetFillRule method is:</p>
-<pre class="literal-block">
-void DrawSetFillRule( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#fillrule">FillRule</a> fill_rule );
-</pre>
+<pre class="literal-block">void DrawSetFillRule( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#fillrule">FillRule</a> fill_rule );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>fill_rule:</dt>
-<dd>fill rule (EvenOddRule or NonZeroRule)</dd>
+<dd><p>fill rule (EvenOddRule or NonZeroRule)</p>
+</dd>
</dl>
</div>
</div>
@@ -830,9 +791,7 @@ void DrawSetFillRule( DrawingWand *drawing_wand, const <a class="reference exter
<h1><a class="toc-backref" href="#id253">DrawGetFont</a></h1>
<div class="section" id="id51">
<h2>Synopsis</h2>
-<pre class="literal-block">
-char *DrawGetFont( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">char *DrawGetFont( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id52">
<h2>Description</h2>
@@ -840,13 +799,12 @@ char *DrawGetFont( const DrawingWand *drawing_wand );
when annotating with text. The value returned must be freed by the user
when no longer needed.</p>
<p>The format of the DrawGetFont method is:</p>
-<pre class="literal-block">
-char *DrawGetFont( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">char *DrawGetFont( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -854,24 +812,22 @@ char *DrawGetFont( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id254">DrawSetFont</a></h1>
<div class="section" id="id53">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetFont( DrawingWand *drawing_wand, const char *font_name );
-</pre>
+<pre class="literal-block">void DrawSetFont( DrawingWand *drawing_wand, const char *font_name );</pre>
</div>
<div class="section" id="id54">
<h2>Description</h2>
<p>DrawSetFont() sets the fully-sepecified font to use when annotating with
text.</p>
<p>The format of the DrawSetFont method is:</p>
-<pre class="literal-block">
-void DrawSetFont( DrawingWand *drawing_wand, const char *font_name );
-</pre>
+<pre class="literal-block">void DrawSetFont( DrawingWand *drawing_wand, const char *font_name );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>font_name:</dt>
-<dd>font name</dd>
+<dd><p>font name</p>
+</dd>
</dl>
</div>
</div>
@@ -879,22 +835,19 @@ void DrawSetFont( DrawingWand *drawing_wand, const char *font_name );
<h1><a class="toc-backref" href="#id255">DrawGetFontFamily</a></h1>
<div class="section" id="id55">
<h2>Synopsis</h2>
-<pre class="literal-block">
-char *DrawGetFontFamily( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">char *DrawGetFontFamily( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id56">
<h2>Description</h2>
<p>DrawGetFontFamily() returns the font family to use when annotating with text.
The value returned must be freed by the user when it is no longer needed.</p>
<p>The format of the DrawGetFontFamily method is:</p>
-<pre class="literal-block">
-char *DrawGetFontFamily( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">char *DrawGetFontFamily( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -902,23 +855,21 @@ char *DrawGetFontFamily( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id256">DrawSetFontFamily</a></h1>
<div class="section" id="id57">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetFontFamily( DrawingWand *drawing_wand, const char *font_family );
-</pre>
+<pre class="literal-block">void DrawSetFontFamily( DrawingWand *drawing_wand, const char *font_family );</pre>
</div>
<div class="section" id="id58">
<h2>Description</h2>
<p>DrawSetFontFamily() sets the font family to use when annotating with text.</p>
<p>The format of the DrawSetFontFamily method is:</p>
-<pre class="literal-block">
-void DrawSetFontFamily( DrawingWand *drawing_wand, const char *font_family );
-</pre>
+<pre class="literal-block">void DrawSetFontFamily( DrawingWand *drawing_wand, const char *font_family );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>font_family:</dt>
-<dd>font family</dd>
+<dd><p>font family</p>
+</dd>
</dl>
</div>
</div>
@@ -926,21 +877,18 @@ void DrawSetFontFamily( DrawingWand *drawing_wand, const char *font_family );
<h1><a class="toc-backref" href="#id257">DrawGetFontSize</a></h1>
<div class="section" id="id59">
<h2>Synopsis</h2>
-<pre class="literal-block">
-double DrawGetFontSize( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">double DrawGetFontSize( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id60">
<h2>Description</h2>
<p>DrawGetFontSize() returns the font pointsize used when annotating with text.</p>
<p>The format of the DrawGetFontSize method is:</p>
-<pre class="literal-block">
-double DrawGetFontSize( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">double DrawGetFontSize( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -948,23 +896,21 @@ double DrawGetFontSize( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id258">DrawSetFontSize</a></h1>
<div class="section" id="id61">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetFontSize( DrawingWand *drawing_wand, const double pointsize );
-</pre>
+<pre class="literal-block">void DrawSetFontSize( DrawingWand *drawing_wand, const double pointsize );</pre>
</div>
<div class="section" id="id62">
<h2>Description</h2>
<p>DrawSetFontSize() sets the font pointsize to use when annotating with text.</p>
<p>The format of the DrawSetFontSize method is:</p>
-<pre class="literal-block">
-void DrawSetFontSize( DrawingWand *drawing_wand, const double pointsize );
-</pre>
+<pre class="literal-block">void DrawSetFontSize( DrawingWand *drawing_wand, const double pointsize );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>pointsize:</dt>
-<dd>text pointsize</dd>
+<dd><p>text pointsize</p>
+</dd>
</dl>
</div>
</div>
@@ -972,21 +918,18 @@ void DrawSetFontSize( DrawingWand *drawing_wand, const double pointsize );
<h1><a class="toc-backref" href="#id259">DrawGetFontStretch</a></h1>
<div class="section" id="id63">
<h2>Synopsis</h2>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#stretchtype">StretchType</a> DrawGetFontStretch( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#stretchtype">StretchType</a> DrawGetFontStretch( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id64">
<h2>Description</h2>
<p>DrawGetFontStretch() returns the font stretch used when annotating with text.</p>
<p>The format of the DrawGetFontStretch method is:</p>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#stretchtype">StretchType</a> DrawGetFontStretch( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#stretchtype">StretchType</a> DrawGetFontStretch( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -994,26 +937,24 @@ void DrawSetFontSize( DrawingWand *drawing_wand, const double pointsize );
<h1><a class="toc-backref" href="#id260">DrawSetFontStretch</a></h1>
<div class="section" id="id65">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetFontStretch( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#stretchtype">StretchType</a> font_stretch );
-</pre>
+<pre class="literal-block">void DrawSetFontStretch( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#stretchtype">StretchType</a> font_stretch );</pre>
</div>
<div class="section" id="id66">
<h2>Description</h2>
<p>DrawSetFontStretch() sets the font stretch to use when annotating with text.
The AnyStretch enumeration acts as a wild-card &quot;don't care&quot; option.</p>
<p>The format of the DrawSetFontStretch method is:</p>
-<pre class="literal-block">
-void DrawSetFontStretch( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#stretchtype">StretchType</a> font_stretch );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetFontStretch( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#stretchtype">StretchType</a> font_stretch );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>font_stretch:</dt>
-<dd>font stretch (NormalStretch, UltraCondensedStretch,
+<dd><p>font stretch (NormalStretch, UltraCondensedStretch,
CondensedStretch, SemiCondensedStretch,
SemiExpandedStretch, ExpandedStretch,
-ExtraExpandedStretch, UltraExpandedStretch, AnyStretch)</dd>
+ExtraExpandedStretch, UltraExpandedStretch, AnyStretch)</p>
+</dd>
</dl>
</div>
</div>
@@ -1021,21 +962,18 @@ ExtraExpandedStretch, UltraExpandedStretch, AnyStretch)</dd>
<h1><a class="toc-backref" href="#id261">DrawGetFontStyle</a></h1>
<div class="section" id="id67">
<h2>Synopsis</h2>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#styletype">StyleType</a> DrawGetFontStyle( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#styletype">StyleType</a> DrawGetFontStyle( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id68">
<h2>Description</h2>
<p>DrawGetFontStyle() returns the font style used when annotating with text.</p>
<p>The format of the DrawGetFontStyle method is:</p>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#styletype">StyleType</a> DrawGetFontStyle( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#styletype">StyleType</a> DrawGetFontStyle( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -1043,24 +981,22 @@ ExtraExpandedStretch, UltraExpandedStretch, AnyStretch)</dd>
<h1><a class="toc-backref" href="#id262">DrawSetFontStyle</a></h1>
<div class="section" id="id69">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetFontStyle( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#styletype">StyleType</a> style );
-</pre>
+<pre class="literal-block">void DrawSetFontStyle( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#styletype">StyleType</a> style );</pre>
</div>
<div class="section" id="id70">
<h2>Description</h2>
<p>DrawSetFontStyle() sets the font style to use when annotating with text.
The AnyStyle enumeration acts as a wild-card &quot;don't care&quot; option.</p>
<p>The format of the DrawSetFontStyle method is:</p>
-<pre class="literal-block">
-void DrawSetFontStyle( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#styletype">StyleType</a> style );
-</pre>
+<pre class="literal-block">void DrawSetFontStyle( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#styletype">StyleType</a> style );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>style:</dt>
-<dd>font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)</dd>
+<dd><p>font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)</p>
+</dd>
</dl>
</div>
</div>
@@ -1068,21 +1004,18 @@ void DrawSetFontStyle( DrawingWand *drawing_wand, const <a class="reference exte
<h1><a class="toc-backref" href="#id263">DrawGetFontWeight</a></h1>
<div class="section" id="id71">
<h2>Synopsis</h2>
-<pre class="literal-block">
-unsigned long DrawGetFontWeight( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">unsigned long DrawGetFontWeight( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id72">
<h2>Description</h2>
<p>DrawGetFontWeight() returns the font weight used when annotating with text.</p>
<p>The format of the DrawGetFontWeight method is:</p>
-<pre class="literal-block">
-unsigned long DrawGetFontWeight( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">unsigned long DrawGetFontWeight( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -1090,22 +1023,20 @@ unsigned long DrawGetFontWeight( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id264">DrawSetFontWeight</a></h1>
<div class="section" id="id73">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetFontWeight( DrawingWand *drawing_wand, const unsigned long font_weight );
-</pre>
+<pre class="literal-block">void DrawSetFontWeight( DrawingWand *drawing_wand, const unsigned long font_weight );</pre>
</div>
<div class="section" id="id74">
<h2>Description</h2>
<p>DrawSetFontWeight() sets the font weight to use when annotating with text.</p>
<p>The format of the DrawSetFontWeight method is:</p>
-<pre class="literal-block">
-void DrawSetFontWeight( DrawingWand *drawing_wand, const unsigned long font_weight );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetFontWeight( DrawingWand *drawing_wand, const unsigned long font_weight );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>font_weight:</dt>
-<dd>font weight (valid range 100-900)</dd>
+<dd><p>font weight (valid range 100-900)</p>
+</dd>
</dl>
</div>
</div>
@@ -1113,22 +1044,19 @@ void DrawSetFontWeight( DrawingWand *drawing_wand, const unsigned long font_weig
<h1><a class="toc-backref" href="#id265">DrawGetGravity</a></h1>
<div class="section" id="id75">
<h2>Synopsis</h2>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#gravitytype">GravityType</a> DrawGetGravity( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#gravitytype">GravityType</a> DrawGetGravity( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id76">
<h2>Description</h2>
<p>DrawGetGravity() returns the text placement gravity used when annotating
with text.</p>
<p>The format of the DrawGetGravity method is:</p>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#gravitytype">GravityType</a> DrawGetGravity( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#gravitytype">GravityType</a> DrawGetGravity( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -1136,27 +1064,25 @@ with text.</p>
<h1><a class="toc-backref" href="#id266">DrawSetGravity</a></h1>
<div class="section" id="id77">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetGravity( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#gravitytype">GravityType</a> gravity );
-</pre>
+<pre class="literal-block">void DrawSetGravity( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#gravitytype">GravityType</a> gravity );</pre>
</div>
<div class="section" id="id78">
<h2>Description</h2>
<p>DrawSetGravity() sets the text placement gravity to use when annotating
with text.</p>
<p>The format of the DrawSetGravity method is:</p>
-<pre class="literal-block">
-void DrawSetGravity( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#gravitytype">GravityType</a> gravity );
-</pre>
+<pre class="literal-block">void DrawSetGravity( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#gravitytype">GravityType</a> gravity );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>gravity:</dt>
-<dd>positioning gravity (NorthWestGravity, NorthGravity,
+<dd><p>positioning gravity (NorthWestGravity, NorthGravity,
NorthEastGravity, WestGravity, CenterGravity,
EastGravity, SouthWestGravity, SouthGravity,
-SouthEastGravity)</dd>
+SouthEastGravity)</p>
+</dd>
</dl>
</div>
</div>
@@ -1164,11 +1090,9 @@ SouthEastGravity)</dd>
<h1><a class="toc-backref" href="#id267">DrawComposite</a></h1>
<div class="section" id="id79">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawComposite( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#compositeoperator">CompositeOperator</a> composite_operator,
+<pre class="literal-block">void DrawComposite( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#compositeoperator">CompositeOperator</a> composite_operator,
const double x, const double y, const double width, const double height,
- const <a class="reference external" href="../api/types.html#image">Image</a> *image );
-</pre>
+ const <a class="reference external" href="../api/types.html#image">Image</a> *image );</pre>
</div>
<div class="section" id="id80">
<h2>Description</h2>
@@ -1176,28 +1100,33 @@ void DrawComposite( DrawingWand *drawing_wand, const <a class="reference externa
specified composition operator, specified position, and at the specified
size.</p>
<p>The format of the DrawComposite method is:</p>
-<pre class="literal-block">
-void DrawComposite( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#compositeoperator">CompositeOperator</a> composite_operator,
+<pre class="literal-block">void DrawComposite( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#compositeoperator">CompositeOperator</a> composite_operator,
const double x, const double y, const double width, const double height,
- const <a class="reference external" href="../api/types.html#image">Image</a> *image );
-</pre>
-<dl class="docutils">
+ const <a class="reference external" href="../api/types.html#image">Image</a> *image );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>composite_operator:</dt>
-<dd>composition operator</dd>
+<dd><p>composition operator</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate of top left corner</dd>
+<dd><p>x ordinate of top left corner</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate of top left corner</dd>
+<dd><p>y ordinate of top left corner</p>
+</dd>
<dt>width:</dt>
-<dd>Width to resize image to prior to compositing. Specify zero to
-use existing width.</dd>
+<dd><p>Width to resize image to prior to compositing. Specify zero to
+use existing width.</p>
+</dd>
<dt>height:</dt>
-<dd>Height to resize image to prior to compositing. Specify zero
-to use existing height.</dd>
+<dd><p>Height to resize image to prior to compositing. Specify zero
+to use existing height.</p>
+</dd>
<dt>image:</dt>
-<dd>Image to composite</dd>
+<dd><p>Image to composite</p>
+</dd>
</dl>
</div>
</div>
@@ -1205,31 +1134,32 @@ to use existing height.</dd>
<h1><a class="toc-backref" href="#id268">DrawLine</a></h1>
<div class="section" id="id81">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawLine( DrawingWand *drawing_wand, const double sx, const double sy, const double ex,
- const double ey );
-</pre>
+<pre class="literal-block">void DrawLine( DrawingWand *drawing_wand, const double sx, const double sy, const double ex,
+ const double ey );</pre>
</div>
<div class="section" id="id82">
<h2>Description</h2>
<p>DrawLine() draws a line on the image using the current stroke color,
stroke opacity, and stroke width.</p>
<p>The format of the DrawLine method is:</p>
-<pre class="literal-block">
-void DrawLine( DrawingWand *drawing_wand, const double sx, const double sy, const double ex,
- const double ey );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawLine( DrawingWand *drawing_wand, const double sx, const double sy, const double ex,
+ const double ey );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>sx:</dt>
-<dd>starting x ordinate</dd>
+<dd><p>starting x ordinate</p>
+</dd>
<dt>sy:</dt>
-<dd>starting y ordinate</dd>
+<dd><p>starting y ordinate</p>
+</dd>
<dt>ex:</dt>
-<dd>ending x ordinate</dd>
+<dd><p>ending x ordinate</p>
+</dd>
<dt>ey:</dt>
-<dd>ending y ordinate</dd>
+<dd><p>ending y ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -1237,10 +1167,8 @@ void DrawLine( DrawingWand *drawing_wand, const double sx, const double sy, cons
<h1><a class="toc-backref" href="#id269">DrawMatte</a></h1>
<div class="section" id="id83">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawMatte( DrawingWand *drawing_wand, const double x, const double y,
- const <a class="reference external" href="../api/types.html#paintmethod">PaintMethod</a> paint_method );
-</pre>
+<pre class="literal-block">void DrawMatte( DrawingWand *drawing_wand, const double x, const double y,
+ const <a class="reference external" href="../api/types.html#paintmethod">PaintMethod</a> paint_method );</pre>
</div>
<div class="section" id="id84">
<h2>Description</h2>
@@ -1255,17 +1183,18 @@ FillToBorderMethod: Select the target pixel and neighbors not matching
border color.
ResetMethod: Select all pixels.</p>
<p>The format of the DrawMatte method is:</p>
-<pre class="literal-block">
-void DrawMatte( DrawingWand *drawing_wand, const double x, const double y,
- const <a class="reference external" href="../api/types.html#paintmethod">PaintMethod</a> paint_method );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawMatte( DrawingWand *drawing_wand, const double x, const double y,
+ const <a class="reference external" href="../api/types.html#paintmethod">PaintMethod</a> paint_method );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate</dd>
+<dd><p>x ordinate</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate</dd>
+<dd><p>y ordinate</p>
+</dd>
</dl>
<p>o paint_method:</p>
</div>
@@ -1274,9 +1203,7 @@ void DrawMatte( DrawingWand *drawing_wand, const double x, const double y,
<h1><a class="toc-backref" href="#id270">DrawPathClose</a></h1>
<div class="section" id="id85">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathClose( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPathClose( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id86">
<h2>Description</h2>
@@ -1285,13 +1212,12 @@ current subpath by drawing a straight line from the current point to the
current subpath's most recent starting point (usually, the most recent
moveto point).</p>
<p>The format of the DrawPathClose method is:</p>
-<pre class="literal-block">
-void DrawPathClose( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPathClose( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -1299,11 +1225,9 @@ void DrawPathClose( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id271">DrawPathCurveToAbsolute</a></h1>
<div class="section" id="id87">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathCurveToAbsolute( DrawingWand *drawing_wand, const double x1, const double y1,
+<pre class="literal-block">void DrawPathCurveToAbsolute( DrawingWand *drawing_wand, const double x1, const double y1,
const double x2, const double y2, const double x,
- const double y );
-</pre>
+ const double y );</pre>
</div>
<div class="section" id="id88">
<h2>Description</h2>
@@ -1313,26 +1237,31 @@ the curve and (x2,y2) as the control point at the end of the curve using
absolute coordinates. At the end of the command, the new current point
becomes the final (x,y) coordinate pair used in the polybezier.</p>
<p>The format of the DrawPathCurveToAbsolute method is:</p>
-<pre class="literal-block">
-void DrawPathCurveToAbsolute( DrawingWand *drawing_wand, const double x1, const double y1,
+<pre class="literal-block">void DrawPathCurveToAbsolute( DrawingWand *drawing_wand, const double x1, const double y1,
const double x2, const double y2, const double x,
- const double y );
-</pre>
-<dl class="docutils">
+ const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x1:</dt>
-<dd>x ordinate of control point for curve beginning</dd>
+<dd><p>x ordinate of control point for curve beginning</p>
+</dd>
<dt>y1:</dt>
-<dd>y ordinate of control point for curve beginning</dd>
+<dd><p>y ordinate of control point for curve beginning</p>
+</dd>
<dt>x2:</dt>
-<dd>x ordinate of control point for curve ending</dd>
+<dd><p>x ordinate of control point for curve ending</p>
+</dd>
<dt>y2:</dt>
-<dd>y ordinate of control point for curve ending</dd>
+<dd><p>y ordinate of control point for curve ending</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate of the end of the curve</dd>
+<dd><p>x ordinate of the end of the curve</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate of the end of the curve</dd>
+<dd><p>y ordinate of the end of the curve</p>
+</dd>
</dl>
</div>
</div>
@@ -1340,11 +1269,9 @@ void DrawPathCurveToAbsolute( DrawingWand *drawing_wand, const double x1, const
<h1><a class="toc-backref" href="#id272">DrawPathCurveToRelative</a></h1>
<div class="section" id="id89">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathCurveToRelative( DrawingWand *drawing_wand, const double x1, const double y1,
+<pre class="literal-block">void DrawPathCurveToRelative( DrawingWand *drawing_wand, const double x1, const double y1,
const double x2, const double y2, const double x,
- const double y );
-</pre>
+ const double y );</pre>
</div>
<div class="section" id="id90">
<h2>Description</h2>
@@ -1354,26 +1281,31 @@ the curve and (x2,y2) as the control point at the end of the curve using
relative coordinates. At the end of the command, the new current point
becomes the final (x,y) coordinate pair used in the polybezier.</p>
<p>The format of the DrawPathCurveToRelative method is:</p>
-<pre class="literal-block">
-void DrawPathCurveToRelative( DrawingWand *drawing_wand, const double x1, const double y1,
+<pre class="literal-block">void DrawPathCurveToRelative( DrawingWand *drawing_wand, const double x1, const double y1,
const double x2, const double y2, const double x,
- const double y );
-</pre>
-<dl class="docutils">
+ const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x1:</dt>
-<dd>x ordinate of control point for curve beginning</dd>
+<dd><p>x ordinate of control point for curve beginning</p>
+</dd>
<dt>y1:</dt>
-<dd>y ordinate of control point for curve beginning</dd>
+<dd><p>y ordinate of control point for curve beginning</p>
+</dd>
<dt>x2:</dt>
-<dd>x ordinate of control point for curve ending</dd>
+<dd><p>x ordinate of control point for curve ending</p>
+</dd>
<dt>y2:</dt>
-<dd>y ordinate of control point for curve ending</dd>
+<dd><p>y ordinate of control point for curve ending</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate of the end of the curve</dd>
+<dd><p>x ordinate of the end of the curve</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate of the end of the curve</dd>
+<dd><p>y ordinate of the end of the curve</p>
+</dd>
</dl>
</div>
</div>
@@ -1381,10 +1313,8 @@ void DrawPathCurveToRelative( DrawingWand *drawing_wand, const double x1, const
<h1><a class="toc-backref" href="#id273">DrawPathCurveToQuadraticBezierAbsolute</a></h1>
<div class="section" id="id91">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathCurveToQuadraticBezierAbsolute( DrawingWand *drawing_wand, const double x1,
- const double y1, onst double x, const double y );
-</pre>
+<pre class="literal-block">void DrawPathCurveToQuadraticBezierAbsolute( DrawingWand *drawing_wand, const double x1,
+ const double y1, onst double x, const double y );</pre>
</div>
<div class="section" id="id92">
<h2>Description</h2>
@@ -1393,21 +1323,24 @@ from the current point to (x,y) using (x1,y1) as the control point using
absolute coordinates. At the end of the command, the new current point
becomes the final (x,y) coordinate pair used in the polybezier.</p>
<p>The format of the DrawPathCurveToQuadraticBezierAbsolute method is:</p>
-<pre class="literal-block">
-void DrawPathCurveToQuadraticBezierAbsolute( DrawingWand *drawing_wand, const double x1,
- const double y1, onst double x, const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathCurveToQuadraticBezierAbsolute( DrawingWand *drawing_wand, const double x1,
+ const double y1, onst double x, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x1:</dt>
-<dd>x ordinate of the control point</dd>
+<dd><p>x ordinate of the control point</p>
+</dd>
<dt>y1:</dt>
-<dd>y ordinate of the control point</dd>
+<dd><p>y ordinate of the control point</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate of final point</dd>
+<dd><p>x ordinate of final point</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate of final point</dd>
+<dd><p>y ordinate of final point</p>
+</dd>
</dl>
</div>
</div>
@@ -1415,11 +1348,9 @@ void DrawPathCurveToQuadraticBezierAbsolute( DrawingWand *drawing_wand, const do
<h1><a class="toc-backref" href="#id274">DrawPathCurveToQuadraticBezierRelative</a></h1>
<div class="section" id="id93">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathCurveToQuadraticBezierRelative( DrawingWand *drawing_wand, const double x1,
+<pre class="literal-block">void DrawPathCurveToQuadraticBezierRelative( DrawingWand *drawing_wand, const double x1,
const double y1, const double x,
- const double y );
-</pre>
+ const double y );</pre>
</div>
<div class="section" id="id94">
<h2>Description</h2>
@@ -1428,22 +1359,25 @@ from the current point to (x,y) using (x1,y1) as the control point using
relative coordinates. At the end of the command, the new current point
becomes the final (x,y) coordinate pair used in the polybezier.</p>
<p>The format of the DrawPathCurveToQuadraticBezierRelative method is:</p>
-<pre class="literal-block">
-void DrawPathCurveToQuadraticBezierRelative( DrawingWand *drawing_wand, const double x1,
+<pre class="literal-block">void DrawPathCurveToQuadraticBezierRelative( DrawingWand *drawing_wand, const double x1,
const double y1, const double x,
- const double y );
-</pre>
-<dl class="docutils">
+ const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x1:</dt>
-<dd>x ordinate of the control point</dd>
+<dd><p>x ordinate of the control point</p>
+</dd>
<dt>y1:</dt>
-<dd>y ordinate of the control point</dd>
+<dd><p>y ordinate of the control point</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate of final point</dd>
+<dd><p>x ordinate of final point</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate of final point</dd>
+<dd><p>y ordinate of final point</p>
+</dd>
</dl>
</div>
</div>
@@ -1451,10 +1385,8 @@ void DrawPathCurveToQuadraticBezierRelative( DrawingWand *drawing_wand, const do
<h1><a class="toc-backref" href="#id275">DrawPathCurveToQuadraticBezierSmoothAbsolute</a></h1>
<div class="section" id="id95">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathCurveToQuadraticBezierSmoothAbsolute( DrawingWand *drawing_wand, const double x,
- const double y );
-</pre>
+<pre class="literal-block">void DrawPathCurveToQuadraticBezierSmoothAbsolute( DrawingWand *drawing_wand, const double x,
+ const double y );</pre>
</div>
<div class="section" id="id96">
<h2>Description</h2>
@@ -1471,17 +1403,18 @@ is coincident with the current point.). At the end of the command, the
new current point becomes the final (x,y) coordinate pair used in the
polybezier.</p>
<p>The format of the DrawPathCurveToQuadraticBezierSmoothAbsolute method is:</p>
-<pre class="literal-block">
-void DrawPathCurveToQuadraticBezierSmoothAbsolute( DrawingWand *drawing_wand, const double x,
- const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathCurveToQuadraticBezierSmoothAbsolute( DrawingWand *drawing_wand, const double x,
+ const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate of final point</dd>
+<dd><p>x ordinate of final point</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate of final point</dd>
+<dd><p>y ordinate of final point</p>
+</dd>
</dl>
</div>
</div>
@@ -1489,10 +1422,8 @@ void DrawPathCurveToQuadraticBezierSmoothAbsolute( DrawingWand *drawing_wand, co
<h1><a class="toc-backref" href="#id276">DrawPathCurveToQuadraticBezierSmoothRelative</a></h1>
<div class="section" id="id97">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathCurveToQuadraticBezierSmoothRelative( DrawingWand *drawing_wand, const double x,
- const double y );
-</pre>
+<pre class="literal-block">void DrawPathCurveToQuadraticBezierSmoothRelative( DrawingWand *drawing_wand, const double x,
+ const double y );</pre>
</div>
<div class="section" id="id98">
<h2>Description</h2>
@@ -1509,17 +1440,18 @@ is coincident with the current point.). At the end of the command, the
new current point becomes the final (x,y) coordinate pair used in the
polybezier.</p>
<p>The format of the DrawPathCurveToQuadraticBezierSmoothRelative method is:</p>
-<pre class="literal-block">
-void DrawPathCurveToQuadraticBezierSmoothRelative( DrawingWand *drawing_wand, const double x,
- const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathCurveToQuadraticBezierSmoothRelative( DrawingWand *drawing_wand, const double x,
+ const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate of final point</dd>
+<dd><p>x ordinate of final point</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate of final point</dd>
+<dd><p>y ordinate of final point</p>
+</dd>
</dl>
</div>
</div>
@@ -1527,10 +1459,8 @@ void DrawPathCurveToQuadraticBezierSmoothRelative( DrawingWand *drawing_wand, co
<h1><a class="toc-backref" href="#id277">DrawPathCurveToSmoothAbsolute</a></h1>
<div class="section" id="id99">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathCurveToSmoothAbsolute( DrawingWand *drawing_wand, const double x2const double y2,
- const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawPathCurveToSmoothAbsolute( DrawingWand *drawing_wand, const double x2const double y2,
+ const double x, const double y );</pre>
</div>
<div class="section" id="id100">
<h2>Description</h2>
@@ -1546,21 +1476,24 @@ is the second control point (i.e., the control point at the end of the
curve). At the end of the command, the new current point becomes the
final (x,y) coordinate pair used in the polybezier.</p>
<p>The format of the DrawPathCurveToSmoothAbsolute method is:</p>
-<pre class="literal-block">
-void DrawPathCurveToSmoothAbsolute( DrawingWand *drawing_wand, const double x2const double y2,
- const double x, const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathCurveToSmoothAbsolute( DrawingWand *drawing_wand, const double x2const double y2,
+ const double x, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x2:</dt>
-<dd>x ordinate of second control point</dd>
+<dd><p>x ordinate of second control point</p>
+</dd>
<dt>y2:</dt>
-<dd>y ordinate of second control point</dd>
+<dd><p>y ordinate of second control point</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate of termination point</dd>
+<dd><p>x ordinate of termination point</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate of termination point</dd>
+<dd><p>y ordinate of termination point</p>
+</dd>
</dl>
</div>
</div>
@@ -1568,10 +1501,8 @@ void DrawPathCurveToSmoothAbsolute( DrawingWand *drawing_wand, const double x2co
<h1><a class="toc-backref" href="#id278">DrawPathCurveToSmoothRelative</a></h1>
<div class="section" id="id101">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathCurveToSmoothRelative( DrawingWand *drawing_wand, const double x2,
- const double y2, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawPathCurveToSmoothRelative( DrawingWand *drawing_wand, const double x2,
+ const double y2, const double x, const double y );</pre>
</div>
<div class="section" id="id102">
<h2>Description</h2>
@@ -1587,21 +1518,24 @@ is the second control point (i.e., the control point at the end of the
curve). At the end of the command, the new current point becomes the
final (x,y) coordinate pair used in the polybezier.</p>
<p>The format of the DrawPathCurveToSmoothRelative method is:</p>
-<pre class="literal-block">
-void DrawPathCurveToSmoothRelative( DrawingWand *drawing_wand, const double x2,
- const double y2, const double x, const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathCurveToSmoothRelative( DrawingWand *drawing_wand, const double x2,
+ const double y2, const double x, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x2:</dt>
-<dd>x ordinate of second control point</dd>
+<dd><p>x ordinate of second control point</p>
+</dd>
<dt>y2:</dt>
-<dd>y ordinate of second control point</dd>
+<dd><p>y ordinate of second control point</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate of termination point</dd>
+<dd><p>x ordinate of termination point</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate of termination point</dd>
+<dd><p>y ordinate of termination point</p>
+</dd>
</dl>
</div>
</div>
@@ -1609,12 +1543,10 @@ void DrawPathCurveToSmoothRelative( DrawingWand *drawing_wand, const double x2,
<h1><a class="toc-backref" href="#id279">DrawPathEllipticArcAbsolute</a></h1>
<div class="section" id="id103">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathEllipticArcAbsolute( DrawingWand *drawing_wand, const double rx, const double ry,
+<pre class="literal-block">void DrawPathEllipticArcAbsolute( DrawingWand *drawing_wand, const double rx, const double ry,
const double x_axis_rotation,
unsigned int large_arc_flag, unsigned int sweep_flag,
- const double x, const double y );
-</pre>
+ const double x, const double y );</pre>
</div>
<div class="section" id="id104">
<h2>Description</h2>
@@ -1629,28 +1561,32 @@ automatic calculations and help determine how the arc is drawn. If
largeArcFlag is true then draw the larger of the available arcs. If
sweepFlag is true, then draw the arc matching a clock-wise rotation.</p>
<p>The format of the DrawPathEllipticArcAbsolute method is:</p>
-<pre class="literal-block">
-void DrawPathEllipticArcAbsolute( DrawingWand *drawing_wand, const double rx, const double ry,
+<pre class="literal-block">void DrawPathEllipticArcAbsolute( DrawingWand *drawing_wand, const double rx, const double ry,
const double x_axis_rotation,
unsigned int large_arc_flag, unsigned int sweep_flag,
- const double x, const double y );
-</pre>
-<dl class="docutils">
+ const double x, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>rx:</dt>
-<dd>x radius</dd>
+<dd><p>x radius</p>
+</dd>
<dt>ry:</dt>
-<dd>y radius</dd>
+<dd><p>y radius</p>
+</dd>
<dt>x_axis_rotation:</dt>
-<dd>indicates how the ellipse as a whole is rotated
-relative to the current coordinate system</dd>
+<dd><p>indicates how the ellipse as a whole is rotated
+relative to the current coordinate system</p>
+</dd>
<dt>large_arc_flag:</dt>
-<dd>If non-zero (true) then draw the larger of the
-available arcs</dd>
+<dd><p>If non-zero (true) then draw the larger of the
+available arcs</p>
+</dd>
<dt>sweep_flag:</dt>
-<dd>If non-zero (true) then draw the arc matching a
-clock-wise rotation</dd>
+<dd><p>If non-zero (true) then draw the arc matching a
+clock-wise rotation</p>
+</dd>
</dl>
</div>
</div>
@@ -1658,12 +1594,10 @@ clock-wise rotation</dd>
<h1><a class="toc-backref" href="#id280">DrawPathEllipticArcRelative</a></h1>
<div class="section" id="id105">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathEllipticArcRelative( DrawingWand *drawing_wand, const double rx, const double ry,
+<pre class="literal-block">void DrawPathEllipticArcRelative( DrawingWand *drawing_wand, const double rx, const double ry,
const double x_axis_rotation,
unsigned int large_arc_flag, unsigned int sweep_flag,
- const double x, const double y );
-</pre>
+ const double x, const double y );</pre>
</div>
<div class="section" id="id106">
<h2>Description</h2>
@@ -1678,28 +1612,32 @@ automatic calculations and help determine how the arc is drawn. If
largeArcFlag is true then draw the larger of the available arcs. If
sweepFlag is true, then draw the arc matching a clock-wise rotation.</p>
<p>The format of the DrawPathEllipticArcRelative method is:</p>
-<pre class="literal-block">
-void DrawPathEllipticArcRelative( DrawingWand *drawing_wand, const double rx, const double ry,
+<pre class="literal-block">void DrawPathEllipticArcRelative( DrawingWand *drawing_wand, const double rx, const double ry,
const double x_axis_rotation,
unsigned int large_arc_flag, unsigned int sweep_flag,
- const double x, const double y );
-</pre>
-<dl class="docutils">
+ const double x, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>rx:</dt>
-<dd>x radius</dd>
+<dd><p>x radius</p>
+</dd>
<dt>ry:</dt>
-<dd>y radius</dd>
+<dd><p>y radius</p>
+</dd>
<dt>x_axis_rotation:</dt>
-<dd>indicates how the ellipse as a whole is rotated
-relative to the current coordinate system</dd>
+<dd><p>indicates how the ellipse as a whole is rotated
+relative to the current coordinate system</p>
+</dd>
<dt>large_arc_flag:</dt>
-<dd>If non-zero (true) then draw the larger of the
-available arcs</dd>
+<dd><p>If non-zero (true) then draw the larger of the
+available arcs</p>
+</dd>
<dt>sweep_flag:</dt>
-<dd>If non-zero (true) then draw the arc matching a
-clock-wise rotation</dd>
+<dd><p>If non-zero (true) then draw the arc matching a
+clock-wise rotation</p>
+</dd>
</dl>
</div>
</div>
@@ -1707,21 +1645,18 @@ clock-wise rotation</dd>
<h1><a class="toc-backref" href="#id281">DrawPathFinish</a></h1>
<div class="section" id="id107">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathFinish( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPathFinish( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id108">
<h2>Description</h2>
<p>DrawPathFinish() terminates the current path.</p>
<p>The format of the DrawPathFinish method is:</p>
-<pre class="literal-block">
-void DrawPathFinish( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPathFinish( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -1729,9 +1664,7 @@ void DrawPathFinish( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id282">DrawPathLineToAbsolute</a></h1>
<div class="section" id="id109">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathLineToAbsolute( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawPathLineToAbsolute( DrawingWand *drawing_wand, const double x, const double y );</pre>
</div>
<div class="section" id="id110">
<h2>Description</h2>
@@ -1739,17 +1672,18 @@ void DrawPathLineToAbsolute( DrawingWand *drawing_wand, const double x, const do
given coordinate using absolute coordinates. The coordinate then becomes
the new current point.</p>
<p>The format of the DrawPathLineToAbsolute method is:</p>
-<pre class="literal-block">
-void DrawPathLineToAbsolute( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawPathLineToAbsolute( DrawingWand *drawing_wand, const double x, const double y );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>target x ordinate</dd>
+<dd><p>target x ordinate</p>
+</dd>
<dt>y:</dt>
-<dd>target y ordinate</dd>
+<dd><p>target y ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -1757,9 +1691,7 @@ void DrawPathLineToAbsolute( DrawingWand *drawing_wand, const double x, const do
<h1><a class="toc-backref" href="#id283">DrawPathLineToRelative</a></h1>
<div class="section" id="id111">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathLineToRelative( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawPathLineToRelative( DrawingWand *drawing_wand, const double x, const double y );</pre>
</div>
<div class="section" id="id112">
<h2>Description</h2>
@@ -1767,16 +1699,17 @@ void DrawPathLineToRelative( DrawingWand *drawing_wand, const double x, const do
given coordinate using relative coordinates. The coordinate then becomes
the new current point.</p>
<p>The format of the DrawPathLineToRelative method is:</p>
-<pre class="literal-block">
-void DrawPathLineToRelative( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathLineToRelative( DrawingWand *drawing_wand, const double x, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>target x ordinate</dd>
+<dd><p>target x ordinate</p>
+</dd>
<dt>y:</dt>
-<dd>target y ordinate</dd>
+<dd><p>target y ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -1784,10 +1717,8 @@ void DrawPathLineToRelative( DrawingWand *drawing_wand, const double x, const do
<h1><a class="toc-backref" href="#id284">DrawPathLineToHorizontalAbsolute</a></h1>
<div class="section" id="id113">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathLineToHorizontalAbsolute( DrawingWand *drawing_wand, const PathMode mode,
- const double x );
-</pre>
+<pre class="literal-block">void DrawPathLineToHorizontalAbsolute( DrawingWand *drawing_wand, const PathMode mode,
+ const double x );</pre>
</div>
<div class="section" id="id114">
<h2>Description</h2>
@@ -1795,15 +1726,15 @@ void DrawPathLineToHorizontalAbsolute( DrawingWand *drawing_wand, const PathMode
current point to the target point using absolute coordinates. The target
point then becomes the new current point.</p>
<p>The format of the DrawPathLineToHorizontalAbsolute method is:</p>
-<pre class="literal-block">
-void DrawPathLineToHorizontalAbsolute( DrawingWand *drawing_wand, const PathMode mode,
- const double x );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathLineToHorizontalAbsolute( DrawingWand *drawing_wand, const PathMode mode,
+ const double x );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>target x ordinate</dd>
+<dd><p>target x ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -1811,9 +1742,7 @@ void DrawPathLineToHorizontalAbsolute( DrawingWand *drawing_wand, const PathMode
<h1><a class="toc-backref" href="#id285">DrawPathLineToHorizontalRelative</a></h1>
<div class="section" id="id115">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathLineToHorizontalRelative( DrawingWand *drawing_wand, const double x );
-</pre>
+<pre class="literal-block">void DrawPathLineToHorizontalRelative( DrawingWand *drawing_wand, const double x );</pre>
</div>
<div class="section" id="id116">
<h2>Description</h2>
@@ -1821,14 +1750,14 @@ void DrawPathLineToHorizontalRelative( DrawingWand *drawing_wand, const double x
current point to the target point using relative coordinates. The target
point then becomes the new current point.</p>
<p>The format of the DrawPathLineToHorizontalRelative method is:</p>
-<pre class="literal-block">
-void DrawPathLineToHorizontalRelative( DrawingWand *drawing_wand, const double x );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathLineToHorizontalRelative( DrawingWand *drawing_wand, const double x );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>target x ordinate</dd>
+<dd><p>target x ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -1836,9 +1765,7 @@ void DrawPathLineToHorizontalRelative( DrawingWand *drawing_wand, const double x
<h1><a class="toc-backref" href="#id286">DrawPathLineToVerticalAbsolute</a></h1>
<div class="section" id="id117">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathLineToVerticalAbsolute( DrawingWand *drawing_wand, const double y );
-</pre>
+<pre class="literal-block">void DrawPathLineToVerticalAbsolute( DrawingWand *drawing_wand, const double y );</pre>
</div>
<div class="section" id="id118">
<h2>Description</h2>
@@ -1846,14 +1773,14 @@ void DrawPathLineToVerticalAbsolute( DrawingWand *drawing_wand, const double y )
current point to the target point using absolute coordinates. The target
point then becomes the new current point.</p>
<p>The format of the DrawPathLineToVerticalAbsolute method is:</p>
-<pre class="literal-block">
-void DrawPathLineToVerticalAbsolute( DrawingWand *drawing_wand, const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathLineToVerticalAbsolute( DrawingWand *drawing_wand, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>y:</dt>
-<dd>target y ordinate</dd>
+<dd><p>target y ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -1861,9 +1788,7 @@ void DrawPathLineToVerticalAbsolute( DrawingWand *drawing_wand, const double y )
<h1><a class="toc-backref" href="#id287">DrawPathLineToVerticalRelative</a></h1>
<div class="section" id="id119">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathLineToVerticalRelative( DrawingWand *drawing_wand, const double y );
-</pre>
+<pre class="literal-block">void DrawPathLineToVerticalRelative( DrawingWand *drawing_wand, const double y );</pre>
</div>
<div class="section" id="id120">
<h2>Description</h2>
@@ -1871,14 +1796,14 @@ void DrawPathLineToVerticalRelative( DrawingWand *drawing_wand, const double y )
current point to the target point using relative coordinates. The target
point then becomes the new current point.</p>
<p>The format of the DrawPathLineToVerticalRelative method is:</p>
-<pre class="literal-block">
-void DrawPathLineToVerticalRelative( DrawingWand *drawing_wand, const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathLineToVerticalRelative( DrawingWand *drawing_wand, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>y:</dt>
-<dd>target y ordinate</dd>
+<dd><p>target y ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -1886,9 +1811,7 @@ void DrawPathLineToVerticalRelative( DrawingWand *drawing_wand, const double y )
<h1><a class="toc-backref" href="#id288">DrawPathMoveToAbsolute</a></h1>
<div class="section" id="id121">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathMoveToAbsolute( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawPathMoveToAbsolute( DrawingWand *drawing_wand, const double x, const double y );</pre>
</div>
<div class="section" id="id122">
<h2>Description</h2>
@@ -1896,16 +1819,17 @@ void DrawPathMoveToAbsolute( DrawingWand *drawing_wand, const double x, const do
using absolute coordinates. The current point then becomes the
specified coordinate.</p>
<p>The format of the DrawPathMoveToAbsolute method is:</p>
-<pre class="literal-block">
-void DrawPathMoveToAbsolute( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathMoveToAbsolute( DrawingWand *drawing_wand, const double x, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>target x ordinate</dd>
+<dd><p>target x ordinate</p>
+</dd>
<dt>y:</dt>
-<dd>target y ordinate</dd>
+<dd><p>target y ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -1913,9 +1837,7 @@ void DrawPathMoveToAbsolute( DrawingWand *drawing_wand, const double x, const do
<h1><a class="toc-backref" href="#id289">DrawPathMoveToRelative</a></h1>
<div class="section" id="id123">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathMoveToRelative( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawPathMoveToRelative( DrawingWand *drawing_wand, const double x, const double y );</pre>
</div>
<div class="section" id="id124">
<h2>Description</h2>
@@ -1923,16 +1845,17 @@ void DrawPathMoveToRelative( DrawingWand *drawing_wand, const double x, const do
using relative coordinates. The current point then becomes the
specified coordinate.</p>
<p>The format of the DrawPathMoveToRelative method is:</p>
-<pre class="literal-block">
-void DrawPathMoveToRelative( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPathMoveToRelative( DrawingWand *drawing_wand, const double x, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>target x ordinate</dd>
+<dd><p>target x ordinate</p>
+</dd>
<dt>y:</dt>
-<dd>target y ordinate</dd>
+<dd><p>target y ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -1940,9 +1863,7 @@ void DrawPathMoveToRelative( DrawingWand *drawing_wand, const double x, const do
<h1><a class="toc-backref" href="#id290">DrawPathStart</a></h1>
<div class="section" id="id125">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPathStart( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPathStart( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id126">
<h2>Description</h2>
@@ -1952,13 +1873,12 @@ be enclosed between a DrawPathStart() and a DrawPathFinish() command. This
is because path drawing commands are subordinate commands and they do not
function by themselves.</p>
<p>The format of the DrawPathStart method is:</p>
-<pre class="literal-block">
-void DrawPathStart( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPathStart( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -1966,21 +1886,18 @@ void DrawPathStart( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id291">DrawPeekGraphicContext</a></h1>
<div class="section" id="id127">
<h2>Synopsis</h2>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#drawinfo">DrawInfo</a> *DrawPeekGraphicContext( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#drawinfo">DrawInfo</a> *DrawPeekGraphicContext( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id128">
<h2>Description</h2>
<p>DrawPeekGraphicContext() returns the current graphic drawing_wand.</p>
<p>The format of the DrawPeekGraphicContext method is:</p>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#drawinfo">DrawInfo</a> *DrawPeekGraphicContext( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#drawinfo">DrawInfo</a> *DrawPeekGraphicContext( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -1988,26 +1905,25 @@ void DrawPathStart( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id292">DrawPoint</a></h1>
<div class="section" id="id129">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPoint( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawPoint( DrawingWand *drawing_wand, const double x, const double y );</pre>
</div>
<div class="section" id="id130">
<h2>Description</h2>
<p>DrawPoint() draws a point using the current stroke color and stroke
thickness at the specified coordinates.</p>
<p>The format of the DrawPoint method is:</p>
-<pre class="literal-block">
-void DrawPoint( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawPoint( DrawingWand *drawing_wand, const double x, const double y );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>target x coordinate</dd>
+<dd><p>target x coordinate</p>
+</dd>
<dt>y:</dt>
-<dd>target y coordinate</dd>
+<dd><p>target y coordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -2015,27 +1931,26 @@ void DrawPoint( DrawingWand *drawing_wand, const double x, const double y );
<h1><a class="toc-backref" href="#id293">DrawPolygon</a></h1>
<div class="section" id="id131">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPolygon( DrawingWand *drawing_wand, const unsigned long number_coordinates,
- const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );
-</pre>
+<pre class="literal-block">void DrawPolygon( DrawingWand *drawing_wand, const unsigned long number_coordinates,
+ const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );</pre>
</div>
<div class="section" id="id132">
<h2>Description</h2>
<p>DrawPolygon() draws a polygon using the current stroke, stroke width, and
fill color or texture, using the specified array of coordinates.</p>
<p>The format of the DrawPolygon method is:</p>
-<pre class="literal-block">
-void DrawPolygon( DrawingWand *drawing_wand, const unsigned long number_coordinates,
- const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPolygon( DrawingWand *drawing_wand, const unsigned long number_coordinates,
+ const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>number_coordinates:</dt>
-<dd>number of coordinates</dd>
+<dd><p>number of coordinates</p>
+</dd>
<dt>coordinates:</dt>
-<dd>coordinate array</dd>
+<dd><p>coordinate array</p>
+</dd>
</dl>
</div>
</div>
@@ -2043,27 +1958,26 @@ void DrawPolygon( DrawingWand *drawing_wand, const unsigned long number_coordina
<h1><a class="toc-backref" href="#id294">DrawPolyline</a></h1>
<div class="section" id="id133">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPolyline( DrawingWand *drawing_wand, const unsigned long number_coordinates,
- const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );
-</pre>
+<pre class="literal-block">void DrawPolyline( DrawingWand *drawing_wand, const unsigned long number_coordinates,
+ const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );</pre>
</div>
<div class="section" id="id134">
<h2>Description</h2>
<p>DrawPolyline() draws a polyline using the current stroke, stroke width, and
fill color or texture, using the specified array of coordinates.</p>
<p>The format of the DrawPolyline method is:</p>
-<pre class="literal-block">
-void DrawPolyline( DrawingWand *drawing_wand, const unsigned long number_coordinates,
- const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPolyline( DrawingWand *drawing_wand, const unsigned long number_coordinates,
+ const <a class="reference external" href="../api/types.html#pointinfo">PointInfo</a> *coordinates );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>number_coordinates:</dt>
-<dd>number of coordinates</dd>
+<dd><p>number of coordinates</p>
+</dd>
<dt>coordinates:</dt>
-<dd>coordinate array</dd>
+<dd><p>coordinate array</p>
+</dd>
</dl>
</div>
</div>
@@ -2071,21 +1985,18 @@ void DrawPolyline( DrawingWand *drawing_wand, const unsigned long number_coordin
<h1><a class="toc-backref" href="#id295">DrawPopClipPath</a></h1>
<div class="section" id="id135">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPopClipPath( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPopClipPath( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id136">
<h2>Description</h2>
<p>DrawPopClipPath() terminates a clip path definition.</p>
<p>The format of the DrawPopClipPath method is:</p>
-<pre class="literal-block">
-void DrawPopClipPath( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPopClipPath( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2093,21 +2004,18 @@ void DrawPopClipPath( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id296">DrawPopDefs</a></h1>
<div class="section" id="id137">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPopDefs( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPopDefs( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id138">
<h2>Description</h2>
<p>DrawPopDefs() terminates a definition list</p>
<p>The format of the DrawPopDefs method is:</p>
-<pre class="literal-block">
-void DrawPopDefs( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPopDefs( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2115,9 +2023,7 @@ void DrawPopDefs( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id297">DrawPopGraphicContext</a></h1>
<div class="section" id="id139">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPopGraphicContext( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPopGraphicContext( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id140">
<h2>Description</h2>
@@ -2126,13 +2032,12 @@ previously pushed drawing wand. Multiple drawing wand may exist. It is an
error to attempt to pop more drawing_wands than have been pushed, and it is
proper form to pop all drawing_wands which have been pushed.</p>
<p>The format of the DrawPopGraphicContext method is:</p>
-<pre class="literal-block">
-void DrawPopGraphicContext( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPopGraphicContext( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2140,21 +2045,18 @@ void DrawPopGraphicContext( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id298">DrawPopPattern</a></h1>
<div class="section" id="id141">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPopPattern( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPopPattern( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id142">
<h2>Description</h2>
<p>DrawPopPattern() terminates a pattern definition.</p>
<p>The format of the DrawPopPattern method is:</p>
-<pre class="literal-block">
-void DrawPopPattern( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPopPattern( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2162,9 +2064,7 @@ void DrawPopPattern( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id299">DrawPushClipPath</a></h1>
<div class="section" id="id143">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPushClipPath( DrawingWand *drawing_wand, const char *clip_path_id );
-</pre>
+<pre class="literal-block">void DrawPushClipPath( DrawingWand *drawing_wand, const char *clip_path_id );</pre>
</div>
<div class="section" id="id144">
<h2>Description</h2>
@@ -2172,16 +2072,16 @@ void DrawPushClipPath( DrawingWand *drawing_wand, const char *clip_path_id );
any number of drawing commands and terminated by a DrawPopClipPath()
command.</p>
<p>The format of the DrawPushClipPath method is:</p>
-<pre class="literal-block">
-void DrawPushClipPath( DrawingWand *drawing_wand, const char *clip_path_id );
-</pre>
+<pre class="literal-block">void DrawPushClipPath( DrawingWand *drawing_wand, const char *clip_path_id );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>clip_path_id:</dt>
-<dd>string identifier to associate with the clip path for
-later use.</dd>
+<dd><p>string identifier to associate with the clip path for
+later use.</p>
+</dd>
</dl>
</div>
</div>
@@ -2189,9 +2089,7 @@ later use.</dd>
<h1><a class="toc-backref" href="#id300">DrawPushDefs</a></h1>
<div class="section" id="id145">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPushDefs( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPushDefs( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id146">
<h2>Description</h2>
@@ -2199,13 +2097,12 @@ void DrawPushDefs( DrawingWand *drawing_wand );
command create named elements (e.g. clip-paths, textures, etc.) which
may safely be processed earlier for the sake of efficiency.</p>
<p>The format of the DrawPushDefs method is:</p>
-<pre class="literal-block">
-void DrawPushDefs( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPushDefs( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2213,9 +2110,7 @@ void DrawPushDefs( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id301">DrawPushGraphicContext</a></h1>
<div class="section" id="id147">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPushGraphicContext( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPushGraphicContext( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id148">
<h2>Description</h2>
@@ -2225,13 +2120,12 @@ by invoking DrawPopGraphicContext(). The drawing wands are stored on a
drawing wand stack. For every Pop there must have already been an
equivalent Push.</p>
<p>The format of the DrawPushGraphicContext method is:</p>
-<pre class="literal-block">
-void DrawPushGraphicContext( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">void DrawPushGraphicContext( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2239,10 +2133,8 @@ void DrawPushGraphicContext( DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id302">DrawPushPattern</a></h1>
<div class="section" id="id149">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawPushPattern( DrawingWand *drawing_wand, const char *pattern_id, const double x,
- const double y, const double width, const double height );
-</pre>
+<pre class="literal-block">void DrawPushPattern( DrawingWand *drawing_wand, const char *pattern_id, const double x,
+ const double y, const double width, const double height );</pre>
</div>
<div class="section" id="id150">
<h2>Description</h2>
@@ -2253,23 +2145,27 @@ and height, and becomes its own drawing space. Anything which can
be drawn may be used in a pattern definition.
Named patterns may be used as stroke or brush definitions.</p>
<p>The format of the DrawPushPattern method is:</p>
-<pre class="literal-block">
-void DrawPushPattern( DrawingWand *drawing_wand, const char *pattern_id, const double x,
- const double y, const double width, const double height );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawPushPattern( DrawingWand *drawing_wand, const char *pattern_id, const double x,
+ const double y, const double width, const double height );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>pattern_id:</dt>
-<dd>pattern identification for later reference</dd>
+<dd><p>pattern identification for later reference</p>
+</dd>
<dt>x:</dt>
-<dd>x ordinate of top left corner</dd>
+<dd><p>x ordinate of top left corner</p>
+</dd>
<dt>y:</dt>
-<dd>y ordinate of top left corner</dd>
+<dd><p>y ordinate of top left corner</p>
+</dd>
<dt>width:</dt>
-<dd>width of pattern space</dd>
+<dd><p>width of pattern space</p>
+</dd>
<dt>height:</dt>
-<dd>height of pattern space</dd>
+<dd><p>height of pattern space</p>
+</dd>
</dl>
</div>
</div>
@@ -2277,29 +2173,29 @@ void DrawPushPattern( DrawingWand *drawing_wand, const char *pattern_id, const d
<h1><a class="toc-backref" href="#id303">DrawRectangle</a></h1>
<div class="section" id="id151">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawRectangle( DrawingWand *drawing_wand, const double x1, const double y1,
- const double x2, const double y2 );
-</pre>
+<pre class="literal-block">void DrawRectangle( DrawingWand *drawing_wand, const double x1, const double y1,
+ const double x2, const double y2 );</pre>
</div>
<div class="section" id="id152">
<h2>Description</h2>
<p>DrawRectangle() draws a rectangle given two coordinates and using
the current stroke, stroke width, and fill settings.</p>
<p>The format of the DrawRectangle method is:</p>
-<pre class="literal-block">
-void DrawRectangle( DrawingWand *drawing_wand, const double x1, const double y1,
- const double x2, const double y2 );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawRectangle( DrawingWand *drawing_wand, const double x1, const double y1,
+ const double x2, const double y2 );</pre>
+<dl class="simple">
<dt>x1:</dt>
-<dd>x ordinate of first coordinate</dd>
+<dd><p>x ordinate of first coordinate</p>
+</dd>
<dt>y1:</dt>
-<dd>y ordinate of first coordinate</dd>
+<dd><p>y ordinate of first coordinate</p>
+</dd>
<dt>x2:</dt>
-<dd>x ordinate of second coordinate</dd>
+<dd><p>x ordinate of second coordinate</p>
+</dd>
<dt>y2:</dt>
-<dd>y ordinate of second coordinate</dd>
+<dd><p>y ordinate of second coordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -2307,22 +2203,19 @@ void DrawRectangle( DrawingWand *drawing_wand, const double x1, const double y1,
<h1><a class="toc-backref" href="#id304">DrawRender</a></h1>
<div class="section" id="id153">
<h2>Synopsis</h2>
-<pre class="literal-block">
-unsigned int DrawRender( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">unsigned int DrawRender( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id154">
<h2>Description</h2>
<p>DrawRender() renders all preceding drawing commands onto the image.
This function is deprecated. Use MagickDrawImage() instead.</p>
<p>The format of the DrawRender method is:</p>
-<pre class="literal-block">
-unsigned int DrawRender( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">unsigned int DrawRender( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2330,23 +2223,21 @@ unsigned int DrawRender( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id305">DrawRotate</a></h1>
<div class="section" id="id155">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawRotate( DrawingWand *drawing_wand, const double degrees );
-</pre>
+<pre class="literal-block">void DrawRotate( DrawingWand *drawing_wand, const double degrees );</pre>
</div>
<div class="section" id="id156">
<h2>Description</h2>
<p>DrawRotate() applies the specified rotation to the current coordinate space.</p>
<p>The format of the DrawRotate method is:</p>
-<pre class="literal-block">
-void DrawRotate( DrawingWand *drawing_wand, const double degrees );
-</pre>
+<pre class="literal-block">void DrawRotate( DrawingWand *drawing_wand, const double degrees );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>degrees:</dt>
-<dd>degrees of rotation</dd>
+<dd><p>degrees of rotation</p>
+</dd>
</dl>
</div>
</div>
@@ -2354,10 +2245,8 @@ void DrawRotate( DrawingWand *drawing_wand, const double degrees );
<h1><a class="toc-backref" href="#id306">DrawRoundRectangle</a></h1>
<div class="section" id="id157">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawRoundRectangle( DrawingWand *drawing_wand, double x1, double y1, double x2, double y2,
- double rx, double ry );
-</pre>
+<pre class="literal-block">void DrawRoundRectangle( DrawingWand *drawing_wand, double x1, double y1, double x2, double y2,
+ double rx, double ry );</pre>
</div>
<div class="section" id="id158">
<h2>Description</h2>
@@ -2365,25 +2254,30 @@ void DrawRoundRectangle( DrawingWand *drawing_wand, double x1, double y1, double
x &amp; y corner radiuses and using the current stroke, stroke width,
and fill settings.</p>
<p>The format of the DrawRoundRectangle method is:</p>
-<pre class="literal-block">
-void DrawRoundRectangle( DrawingWand *drawing_wand, double x1, double y1, double x2, double y2,
- double rx, double ry );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawRoundRectangle( DrawingWand *drawing_wand, double x1, double y1, double x2, double y2,
+ double rx, double ry );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x1:</dt>
-<dd>x ordinate of first coordinate</dd>
+<dd><p>x ordinate of first coordinate</p>
+</dd>
<dt>y1:</dt>
-<dd>y ordinate of first coordinate</dd>
+<dd><p>y ordinate of first coordinate</p>
+</dd>
<dt>x2:</dt>
-<dd>x ordinate of second coordinate</dd>
+<dd><p>x ordinate of second coordinate</p>
+</dd>
<dt>y2:</dt>
-<dd>y ordinate of second coordinate</dd>
+<dd><p>y ordinate of second coordinate</p>
+</dd>
<dt>rx:</dt>
-<dd>radius of corner in horizontal direction</dd>
+<dd><p>radius of corner in horizontal direction</p>
+</dd>
<dt>ry:</dt>
-<dd>radius of corner in vertical direction</dd>
+<dd><p>radius of corner in vertical direction</p>
+</dd>
</dl>
</div>
</div>
@@ -2391,26 +2285,25 @@ void DrawRoundRectangle( DrawingWand *drawing_wand, double x1, double y1, double
<h1><a class="toc-backref" href="#id307">DrawScale</a></h1>
<div class="section" id="id159">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawScale( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawScale( DrawingWand *drawing_wand, const double x, const double y );</pre>
</div>
<div class="section" id="id160">
<h2>Description</h2>
<p>DrawScale() adjusts the scaling factor to apply in the horizontal and
vertical directions to the current coordinate space.</p>
<p>The format of the DrawScale method is:</p>
-<pre class="literal-block">
-void DrawScale( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawScale( DrawingWand *drawing_wand, const double x, const double y );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>horizontal scale factor</dd>
+<dd><p>horizontal scale factor</p>
+</dd>
<dt>y:</dt>
-<dd>vertical scale factor</dd>
+<dd><p>vertical scale factor</p>
+</dd>
</dl>
</div>
</div>
@@ -2418,24 +2311,22 @@ void DrawScale( DrawingWand *drawing_wand, const double x, const double y );
<h1><a class="toc-backref" href="#id308">DrawSkewX</a></h1>
<div class="section" id="id161">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSkewX( DrawingWand *drawing_wand, const double degrees );
-</pre>
+<pre class="literal-block">void DrawSkewX( DrawingWand *drawing_wand, const double degrees );</pre>
</div>
<div class="section" id="id162">
<h2>Description</h2>
<p>DrawSkewX() skews the current coordinate system in the horizontal
direction.</p>
<p>The format of the DrawSkewX method is:</p>
-<pre class="literal-block">
-void DrawSkewX( DrawingWand *drawing_wand, const double degrees );
-</pre>
+<pre class="literal-block">void DrawSkewX( DrawingWand *drawing_wand, const double degrees );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>degrees:</dt>
-<dd>number of degrees to skew the coordinates</dd>
+<dd><p>number of degrees to skew the coordinates</p>
+</dd>
</dl>
</div>
</div>
@@ -2443,24 +2334,22 @@ void DrawSkewX( DrawingWand *drawing_wand, const double degrees );
<h1><a class="toc-backref" href="#id309">DrawSkewY</a></h1>
<div class="section" id="id163">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSkewY( DrawingWand *drawing_wand, const double degrees );
-</pre>
+<pre class="literal-block">void DrawSkewY( DrawingWand *drawing_wand, const double degrees );</pre>
</div>
<div class="section" id="id164">
<h2>Description</h2>
<p>DrawSkewY() skews the current coordinate system in the vertical
direction.</p>
<p>The format of the DrawSkewY method is:</p>
-<pre class="literal-block">
-void DrawSkewY( DrawingWand *drawing_wand, const double degrees );
-</pre>
+<pre class="literal-block">void DrawSkewY( DrawingWand *drawing_wand, const double degrees );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>degrees:</dt>
-<dd>number of degrees to skew the coordinates</dd>
+<dd><p>number of degrees to skew the coordinates</p>
+</dd>
</dl>
</div>
</div>
@@ -2468,22 +2357,19 @@ void DrawSkewY( DrawingWand *drawing_wand, const double degrees );
<h1><a class="toc-backref" href="#id310">DrawSetStopColor</a></h1>
<div class="section" id="id165">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStopColor( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#pixelpacket">PixelPacket</a> *stop_color,
- const double offset );
-</pre>
+<pre class="literal-block">void DrawSetStopColor( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#pixelpacket">PixelPacket</a> *stop_color,
+ const double offset );</pre>
</div>
<div class="section" id="id166">
<h2>Description</h2>
<p>DrawSetStopColor() sets the stop color and offset for gradients</p>
<p>The format of the DrawSetStopColor method is:</p>
-<pre class="literal-block">
-void DrawSetStopColor( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#pixelpacket">PixelPacket</a> *stop_color,
- const double offset );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStopColor( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#pixelpacket">PixelPacket</a> *stop_color,
+ const double offset );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
<p>o stop_color:</p>
<p>o offset:</p>
@@ -2493,22 +2379,20 @@ void DrawSetStopColor( DrawingWand *drawing_wand, const <a class="reference exte
<h1><a class="toc-backref" href="#id311">DrawGetStrokeColor</a></h1>
<div class="section" id="id167">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawGetStrokeColor( const DrawingWand *drawing_wand, ;
-</pre>
+<pre class="literal-block">void DrawGetStrokeColor( const DrawingWand *drawing_wand, ;</pre>
</div>
<div class="section" id="id168">
<h2>Description</h2>
<p>DrawGetStrokeColor() returns the color used for stroking object outlines.</p>
<p>The format of the DrawGetStrokeColor method is:</p>
-<pre class="literal-block">
-void DrawGetStrokeColor( const DrawingWand *drawing_wand, ;
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawGetStrokeColor( const DrawingWand *drawing_wand, ;</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>stroke_color:</dt>
-<dd>Return the stroke color.</dd>
+<dd><p>Return the stroke color.</p>
+</dd>
</dl>
</div>
</div>
@@ -2516,22 +2400,20 @@ void DrawGetStrokeColor( const DrawingWand *drawing_wand, ;
<h1><a class="toc-backref" href="#id312">DrawSetStrokeColor</a></h1>
<div class="section" id="id169">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStrokeColor( DrawingWand *drawing_wand, const PixelWand *stroke_wand );
-</pre>
+<pre class="literal-block">void DrawSetStrokeColor( DrawingWand *drawing_wand, const PixelWand *stroke_wand );</pre>
</div>
<div class="section" id="id170">
<h2>Description</h2>
<p>DrawSetStrokeColor() sets the color used for stroking object outlines.</p>
<p>The format of the DrawSetStrokeColor method is:</p>
-<pre class="literal-block">
-void DrawSetStrokeColor( DrawingWand *drawing_wand, const PixelWand *stroke_wand );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStrokeColor( DrawingWand *drawing_wand, const PixelWand *stroke_wand );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>stroke_wand:</dt>
-<dd>stroke wand.</dd>
+<dd><p>stroke wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2539,22 +2421,20 @@ void DrawSetStrokeColor( DrawingWand *drawing_wand, const PixelWand *stroke_wand
<h1><a class="toc-backref" href="#id313">DrawSetStrokePatternURL</a></h1>
<div class="section" id="id171">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStrokePatternURL( DrawingWand *drawing_wand, const char *stroke_url );
-</pre>
+<pre class="literal-block">void DrawSetStrokePatternURL( DrawingWand *drawing_wand, const char *stroke_url );</pre>
</div>
<div class="section" id="id172">
<h2>Description</h2>
<p>DrawSetStrokePatternURL() sets the pattern used for stroking object outlines.</p>
<p>The format of the DrawSetStrokePatternURL method is:</p>
-<pre class="literal-block">
-void DrawSetStrokePatternURL( DrawingWand *drawing_wand, const char *stroke_url );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStrokePatternURL( DrawingWand *drawing_wand, const char *stroke_url );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>stroke_url:</dt>
-<dd>URL specifying pattern ID (e.g. &quot;#pattern_id&quot;)</dd>
+<dd><p>URL specifying pattern ID (e.g. &quot;#pattern_id&quot;)</p>
+</dd>
</dl>
</div>
</div>
@@ -2562,9 +2442,7 @@ void DrawSetStrokePatternURL( DrawingWand *drawing_wand, const char *stroke_url
<h1><a class="toc-backref" href="#id314">DrawGetStrokeAntialias</a></h1>
<div class="section" id="id173">
<h2>Synopsis</h2>
-<pre class="literal-block">
-unsigned int DrawGetStrokeAntialias( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">unsigned int DrawGetStrokeAntialias( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id174">
<h2>Description</h2>
@@ -2573,13 +2451,12 @@ Stroked outlines are antialiased by default. When antialiasing is disabled
stroked pixels are thresholded to determine if the stroke color or
underlying canvas color should be used.</p>
<p>The format of the DrawGetStrokeAntialias method is:</p>
-<pre class="literal-block">
-unsigned int DrawGetStrokeAntialias( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">unsigned int DrawGetStrokeAntialias( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2587,10 +2464,8 @@ unsigned int DrawGetStrokeAntialias( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id315">DrawSetStrokeAntialias</a></h1>
<div class="section" id="id175">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStrokeAntialias( DrawingWand *drawing_wand,
- const unsigned int stroke_antialias );
-</pre>
+<pre class="literal-block">void DrawSetStrokeAntialias( DrawingWand *drawing_wand,
+ const unsigned int stroke_antialias );</pre>
</div>
<div class="section" id="id176">
<h2>Description</h2>
@@ -2599,15 +2474,15 @@ Stroked outlines are antialiased by default. When antialiasing is disabled
stroked pixels are thresholded to determine if the stroke color or
underlying canvas color should be used.</p>
<p>The format of the DrawSetStrokeAntialias method is:</p>
-<pre class="literal-block">
-void DrawSetStrokeAntialias( DrawingWand *drawing_wand,
- const unsigned int stroke_antialias );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStrokeAntialias( DrawingWand *drawing_wand,
+ const unsigned int stroke_antialias );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>stroke_antialias:</dt>
-<dd>set to false (zero) to disable antialiasing</dd>
+<dd><p>set to false (zero) to disable antialiasing</p>
+</dd>
</dl>
</div>
</div>
@@ -2615,10 +2490,8 @@ void DrawSetStrokeAntialias( DrawingWand *drawing_wand,
<h1><a class="toc-backref" href="#id316">DrawGetStrokeDashArray</a></h1>
<div class="section" id="id177">
<h2>Synopsis</h2>
-<pre class="literal-block">
-double *DrawGetStrokeDashArray( const DrawingWand *drawing_wand,
- unsigned long *number_elements );
-</pre>
+<pre class="literal-block">double *DrawGetStrokeDashArray( const DrawingWand *drawing_wand,
+ unsigned long *number_elements );</pre>
</div>
<div class="section" id="id178">
<h2>Description</h2>
@@ -2626,15 +2499,15 @@ double *DrawGetStrokeDashArray( const DrawingWand *drawing_wand,
dashes and gaps used to stroke paths (see DrawSetStrokeDashArray). The
array must be freed once it is no longer required by the user.</p>
<p>The format of the DrawGetStrokeDashArray method is:</p>
-<pre class="literal-block">
-double *DrawGetStrokeDashArray( const DrawingWand *drawing_wand,
- unsigned long *number_elements );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">double *DrawGetStrokeDashArray( const DrawingWand *drawing_wand,
+ unsigned long *number_elements );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>number_elements:</dt>
-<dd>address to place number of elements in dash array</dd>
+<dd><p>address to place number of elements in dash array</p>
+</dd>
</dl>
</div>
</div>
@@ -2642,10 +2515,8 @@ double *DrawGetStrokeDashArray( const DrawingWand *drawing_wand,
<h1><a class="toc-backref" href="#id317">DrawSetStrokeDashArray</a></h1>
<div class="section" id="id179">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStrokeDashArray( DrawingWand *drawing_wand, const unsigned long number_elements,
- const double *dash_array );
-</pre>
+<pre class="literal-block">void DrawSetStrokeDashArray( DrawingWand *drawing_wand, const unsigned long number_elements,
+ const double *dash_array );</pre>
</div>
<div class="section" id="id180">
<h2>Description</h2>
@@ -2657,17 +2528,18 @@ an even number of values. To remove an existing dash array, pass a zero
number_elements argument and null dash_array.
A typical stroke dash array might contain the members 5 3 2.</p>
<p>The format of the DrawSetStrokeDashArray method is:</p>
-<pre class="literal-block">
-void DrawSetStrokeDashArray( DrawingWand *drawing_wand, const unsigned long number_elements,
- const double *dash_array );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStrokeDashArray( DrawingWand *drawing_wand, const unsigned long number_elements,
+ const double *dash_array );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>number_elements:</dt>
-<dd>number of elements in dash array</dd>
+<dd><p>number of elements in dash array</p>
+</dd>
<dt>dash_array:</dt>
-<dd>dash array values</dd>
+<dd><p>dash array values</p>
+</dd>
</dl>
</div>
</div>
@@ -2675,22 +2547,19 @@ void DrawSetStrokeDashArray( DrawingWand *drawing_wand, const unsigned long numb
<h1><a class="toc-backref" href="#id318">DrawGetStrokeDashOffset</a></h1>
<div class="section" id="id181">
<h2>Synopsis</h2>
-<pre class="literal-block">
-double DrawGetStrokeDashOffset( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">double DrawGetStrokeDashOffset( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id182">
<h2>Description</h2>
<p>DrawGetStrokeDashOffset() returns the offset into the dash pattern to
start the dash.</p>
<p>The format of the DrawGetStrokeDashOffset method is:</p>
-<pre class="literal-block">
-double DrawGetStrokeDashOffset( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">double DrawGetStrokeDashOffset( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2698,23 +2567,21 @@ double DrawGetStrokeDashOffset( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id319">DrawSetStrokeDashOffset</a></h1>
<div class="section" id="id183">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStrokeDashOffset( DrawingWand *drawing_wand, const double dash_offset );
-</pre>
+<pre class="literal-block">void DrawSetStrokeDashOffset( DrawingWand *drawing_wand, const double dash_offset );</pre>
</div>
<div class="section" id="id184">
<h2>Description</h2>
<p>DrawSetStrokeDashOffset() specifies the offset into the dash pattern to
start the dash.</p>
<p>The format of the DrawSetStrokeDashOffset method is:</p>
-<pre class="literal-block">
-void DrawSetStrokeDashOffset( DrawingWand *drawing_wand, const double dash_offset );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStrokeDashOffset( DrawingWand *drawing_wand, const double dash_offset );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>dash_offset:</dt>
-<dd>dash offset</dd>
+<dd><p>dash offset</p>
+</dd>
</dl>
</div>
</div>
@@ -2722,9 +2589,7 @@ void DrawSetStrokeDashOffset( DrawingWand *drawing_wand, const double dash_offse
<h1><a class="toc-backref" href="#id320">DrawGetStrokeLineCap</a></h1>
<div class="section" id="id185">
<h2>Synopsis</h2>
-<pre class="literal-block">
-LineCap DrawGetStrokeLineCap( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">LineCap DrawGetStrokeLineCap( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id186">
<h2>Description</h2>
@@ -2732,13 +2597,12 @@ LineCap DrawGetStrokeLineCap( const DrawingWand *drawing_wand );
open subpaths when they are stroked. Values of LineCap are
UndefinedCap, ButtCap, RoundCap, and SquareCap.</p>
<p>The format of the DrawGetStrokeLineCap method is:</p>
-<pre class="literal-block">
-LineCap DrawGetStrokeLineCap( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">LineCap DrawGetStrokeLineCap( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2746,9 +2610,7 @@ LineCap DrawGetStrokeLineCap( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id321">DrawSetStrokeLineCap</a></h1>
<div class="section" id="id187">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStrokeLineCap( DrawingWand *drawing_wand, const LineCap linecap );
-</pre>
+<pre class="literal-block">void DrawSetStrokeLineCap( DrawingWand *drawing_wand, const LineCap linecap );</pre>
</div>
<div class="section" id="id188">
<h2>Description</h2>
@@ -2756,14 +2618,14 @@ void DrawSetStrokeLineCap( DrawingWand *drawing_wand, const LineCap linecap );
open subpaths when they are stroked. Values of LineCap are
UndefinedCap, ButtCap, RoundCap, and SquareCap.</p>
<p>The format of the DrawSetStrokeLineCap method is:</p>
-<pre class="literal-block">
-void DrawSetStrokeLineCap( DrawingWand *drawing_wand, const LineCap linecap );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStrokeLineCap( DrawingWand *drawing_wand, const LineCap linecap );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>linecap:</dt>
-<dd>linecap style</dd>
+<dd><p>linecap style</p>
+</dd>
</dl>
</div>
</div>
@@ -2771,9 +2633,7 @@ void DrawSetStrokeLineCap( DrawingWand *drawing_wand, const LineCap linecap );
<h1><a class="toc-backref" href="#id322">DrawGetStrokeLineJoin</a></h1>
<div class="section" id="id189">
<h2>Synopsis</h2>
-<pre class="literal-block">
-LineJoin DrawGetStrokeLineJoin( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">LineJoin DrawGetStrokeLineJoin( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id190">
<h2>Description</h2>
@@ -2782,13 +2642,12 @@ corners of paths (or other vector shapes) when they are
stroked. Values of LineJoin are UndefinedJoin, MiterJoin, RoundJoin,
and BevelJoin.</p>
<p>The format of the DrawGetStrokeLineJoin method is:</p>
-<pre class="literal-block">
-LineJoin DrawGetStrokeLineJoin( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">LineJoin DrawGetStrokeLineJoin( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2796,9 +2655,7 @@ LineJoin DrawGetStrokeLineJoin( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id323">DrawSetStrokeLineJoin</a></h1>
<div class="section" id="id191">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStrokeLineJoin( DrawingWand *drawing_wand, const LineJoin linejoin );
-</pre>
+<pre class="literal-block">void DrawSetStrokeLineJoin( DrawingWand *drawing_wand, const LineJoin linejoin );</pre>
</div>
<div class="section" id="id192">
<h2>Description</h2>
@@ -2807,14 +2664,14 @@ corners of paths (or other vector shapes) when they are
stroked. Values of LineJoin are UndefinedJoin, MiterJoin, RoundJoin,
and BevelJoin.</p>
<p>The format of the DrawSetStrokeLineJoin method is:</p>
-<pre class="literal-block">
-void DrawSetStrokeLineJoin( DrawingWand *drawing_wand, const LineJoin linejoin );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStrokeLineJoin( DrawingWand *drawing_wand, const LineJoin linejoin );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>linejoin:</dt>
-<dd>line join style</dd>
+<dd><p>line join style</p>
+</dd>
</dl>
</div>
</div>
@@ -2822,9 +2679,7 @@ void DrawSetStrokeLineJoin( DrawingWand *drawing_wand, const LineJoin linejoin )
<h1><a class="toc-backref" href="#id324">DrawGetStrokeMiterLimit</a></h1>
<div class="section" id="id193">
<h2>Synopsis</h2>
-<pre class="literal-block">
-unsigned long DrawGetStrokeMiterLimit( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">unsigned long DrawGetStrokeMiterLimit( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id194">
<h2>Description</h2>
@@ -2834,13 +2689,12 @@ segments meet at a sharp angle and miter joins have been specified for
thickness of the line stroking the path. The miterLimit' imposes a
limit on the ratio of the miter length to the 'lineWidth'.</p>
<p>The format of the DrawGetStrokeMiterLimit method is:</p>
-<pre class="literal-block">
-unsigned long DrawGetStrokeMiterLimit( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">unsigned long DrawGetStrokeMiterLimit( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2848,9 +2702,7 @@ unsigned long DrawGetStrokeMiterLimit( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id325">DrawSetStrokeMiterLimit</a></h1>
<div class="section" id="id195">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStrokeMiterLimit( DrawingWand *drawing_wand, const unsigned long miterlimit );
-</pre>
+<pre class="literal-block">void DrawSetStrokeMiterLimit( DrawingWand *drawing_wand, const unsigned long miterlimit );</pre>
</div>
<div class="section" id="id196">
<h2>Description</h2>
@@ -2860,14 +2712,14 @@ segments meet at a sharp angle and miter joins have been specified for
thickness of the line stroking the path. The miterLimit' imposes a
limit on the ratio of the miter length to the 'lineWidth'.</p>
<p>The format of the DrawSetStrokeMiterLimit method is:</p>
-<pre class="literal-block">
-void DrawSetStrokeMiterLimit( DrawingWand *drawing_wand, const unsigned long miterlimit );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStrokeMiterLimit( DrawingWand *drawing_wand, const unsigned long miterlimit );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>miterlimit:</dt>
-<dd>miter limit</dd>
+<dd><p>miter limit</p>
+</dd>
</dl>
</div>
</div>
@@ -2875,21 +2727,18 @@ void DrawSetStrokeMiterLimit( DrawingWand *drawing_wand, const unsigned long mit
<h1><a class="toc-backref" href="#id326">DrawGetStrokeOpacity</a></h1>
<div class="section" id="id197">
<h2>Synopsis</h2>
-<pre class="literal-block">
-double DrawGetStrokeOpacity( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">double DrawGetStrokeOpacity( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id198">
<h2>Description</h2>
<p>DrawGetStrokeOpacity() returns the opacity of stroked object outlines.</p>
<p>The format of the DrawGetStrokeOpacity method is:</p>
-<pre class="literal-block">
-double DrawGetStrokeOpacity( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">double DrawGetStrokeOpacity( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2897,22 +2746,20 @@ double DrawGetStrokeOpacity( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id327">DrawSetStrokeOpacity</a></h1>
<div class="section" id="id199">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStrokeOpacity( DrawingWand *drawing_wand, const double stroke_opacity );
-</pre>
+<pre class="literal-block">void DrawSetStrokeOpacity( DrawingWand *drawing_wand, const double stroke_opacity );</pre>
</div>
<div class="section" id="id200">
<h2>Description</h2>
<p>DrawSetStrokeOpacity() specifies the opacity of stroked object outlines.</p>
<p>The format of the DrawSetStrokeOpacity method is:</p>
-<pre class="literal-block">
-void DrawSetStrokeOpacity( DrawingWand *drawing_wand, const double stroke_opacity );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStrokeOpacity( DrawingWand *drawing_wand, const double stroke_opacity );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>stroke_opacity:</dt>
-<dd>stroke opacity. The value 1.0 is opaque.</dd>
+<dd><p>stroke opacity. The value 1.0 is opaque.</p>
+</dd>
</dl>
</div>
</div>
@@ -2920,22 +2767,19 @@ void DrawSetStrokeOpacity( DrawingWand *drawing_wand, const double stroke_opacit
<h1><a class="toc-backref" href="#id328">DrawGetStrokeWidth</a></h1>
<div class="section" id="id201">
<h2>Synopsis</h2>
-<pre class="literal-block">
-double DrawGetStrokeWidth( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">double DrawGetStrokeWidth( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id202">
<h2>Description</h2>
<p>DrawGetStrokeWidth() returns the width of the stroke used to draw object
outlines.</p>
<p>The format of the DrawGetStrokeWidth method is:</p>
-<pre class="literal-block">
-double DrawGetStrokeWidth( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">double DrawGetStrokeWidth( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2943,23 +2787,21 @@ double DrawGetStrokeWidth( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id329">DrawSetStrokeWidth</a></h1>
<div class="section" id="id203">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetStrokeWidth( DrawingWand *drawing_wand, const double stroke_width );
-</pre>
+<pre class="literal-block">void DrawSetStrokeWidth( DrawingWand *drawing_wand, const double stroke_width );</pre>
</div>
<div class="section" id="id204">
<h2>Description</h2>
<p>DrawSetStrokeWidth() sets the width of the stroke used to draw object
outlines.</p>
<p>The format of the DrawSetStrokeWidth method is:</p>
-<pre class="literal-block">
-void DrawSetStrokeWidth( DrawingWand *drawing_wand, const double stroke_width );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetStrokeWidth( DrawingWand *drawing_wand, const double stroke_width );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>stroke_width:</dt>
-<dd>stroke width</dd>
+<dd><p>stroke width</p>
+</dd>
</dl>
</div>
</div>
@@ -2967,22 +2809,19 @@ void DrawSetStrokeWidth( DrawingWand *drawing_wand, const double stroke_width );
<h1><a class="toc-backref" href="#id330">DrawGetTextAntialias</a></h1>
<div class="section" id="id205">
<h2>Synopsis</h2>
-<pre class="literal-block">
-unsigned int DrawGetTextAntialias( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">unsigned int DrawGetTextAntialias( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id206">
<h2>Description</h2>
<p>DrawGetTextAntialias() returns the current text antialias setting, which
determines whether text is antialiased. Text is antialiased by default.</p>
<p>The format of the DrawGetTextAntialias method is:</p>
-<pre class="literal-block">
-unsigned int DrawGetTextAntialias( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">unsigned int DrawGetTextAntialias( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -2990,24 +2829,22 @@ unsigned int DrawGetTextAntialias( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id331">DrawSetTextAntialias</a></h1>
<div class="section" id="id207">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetTextAntialias( DrawingWand *drawing_wand, const unsigned int text_antialias );
-</pre>
+<pre class="literal-block">void DrawSetTextAntialias( DrawingWand *drawing_wand, const unsigned int text_antialias );</pre>
</div>
<div class="section" id="id208">
<h2>Description</h2>
<p>DrawSetTextAntialias() controls whether text is antialiased. Text is
antialiased by default.</p>
<p>The format of the DrawSetTextAntialias method is:</p>
-<pre class="literal-block">
-void DrawSetTextAntialias( DrawingWand *drawing_wand, const unsigned int text_antialias );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetTextAntialias( DrawingWand *drawing_wand, const unsigned int text_antialias );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>text_antialias:</dt>
-<dd>antialias boolean. Set to false (0) to disable
-antialiasing.</dd>
+<dd><p>antialias boolean. Set to false (0) to disable
+antialiasing.</p>
+</dd>
</dl>
</div>
</div>
@@ -3015,22 +2852,19 @@ antialiasing.</dd>
<h1><a class="toc-backref" href="#id332">DrawGetTextDecoration</a></h1>
<div class="section" id="id209">
<h2>Synopsis</h2>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#decorationtype">DecorationType</a> DrawGetTextDecoration( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#decorationtype">DecorationType</a> DrawGetTextDecoration( DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id210">
<h2>Description</h2>
<p>DrawGetTextDecoration() returns the decoration applied when annotating with
text.</p>
<p>The format of the DrawGetTextDecoration method is:</p>
-<pre class="literal-block">
-<a class="reference external" href="../api/types.html#decorationtype">DecorationType</a> DrawGetTextDecoration( DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block"><a class="reference external" href="../api/types.html#decorationtype">DecorationType</a> DrawGetTextDecoration( DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -3038,24 +2872,22 @@ text.</p>
<h1><a class="toc-backref" href="#id333">DrawSetTextDecoration</a></h1>
<div class="section" id="id211">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetTextDecoration( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#decorationtype">DecorationType</a> decoration );
-</pre>
+<pre class="literal-block">void DrawSetTextDecoration( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#decorationtype">DecorationType</a> decoration );</pre>
</div>
<div class="section" id="id212">
<h2>Description</h2>
<p>DrawSetTextDecoration() specifies a decoration to be applied when
annotating with text.</p>
<p>The format of the DrawSetTextDecoration method is:</p>
-<pre class="literal-block">
-void DrawSetTextDecoration( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#decorationtype">DecorationType</a> decoration );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetTextDecoration( DrawingWand *drawing_wand, const <a class="reference external" href="../api/types.html#decorationtype">DecorationType</a> decoration );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>decoration:</dt>
-<dd>text decoration. One of NoDecoration, UnderlineDecoration,
-OverlineDecoration, or LineThroughDecoration</dd>
+<dd><p>text decoration. One of NoDecoration, UnderlineDecoration,
+OverlineDecoration, or LineThroughDecoration</p>
+</dd>
</dl>
</div>
</div>
@@ -3063,9 +2895,7 @@ OverlineDecoration, or LineThroughDecoration</dd>
<h1><a class="toc-backref" href="#id334">DrawGetTextEncoding</a></h1>
<div class="section" id="id213">
<h2>Synopsis</h2>
-<pre class="literal-block">
-char *DrawGetTextEncoding( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">char *DrawGetTextEncoding( const DrawingWand *drawing_wand );</pre>
</div>
<div class="section" id="id214">
<h2>Description</h2>
@@ -3073,13 +2903,12 @@ char *DrawGetTextEncoding( const DrawingWand *drawing_wand );
code set used for text annotations. The string must be freed by the user
once it is no longer required.</p>
<p>The format of the DrawGetTextEncoding method is:</p>
-<pre class="literal-block">
-char *DrawGetTextEncoding( const DrawingWand *drawing_wand );
-</pre>
+<pre class="literal-block">char *DrawGetTextEncoding( const DrawingWand *drawing_wand );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -3087,9 +2916,7 @@ char *DrawGetTextEncoding( const DrawingWand *drawing_wand );
<h1><a class="toc-backref" href="#id335">DrawSetTextEncoding</a></h1>
<div class="section" id="id215">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetTextEncoding( DrawingWand *drawing_wand, const char *encoding );
-</pre>
+<pre class="literal-block">void DrawSetTextEncoding( DrawingWand *drawing_wand, const char *encoding );</pre>
</div>
<div class="section" id="id216">
<h2>Description</h2>
@@ -3100,15 +2927,15 @@ bytes. Specify an empty string to set text encoding to the system's
default. Successful text annotation using Unicode may require fonts
designed to support Unicode.</p>
<p>The format of the DrawSetTextEncoding method is:</p>
-<pre class="literal-block">
-void DrawSetTextEncoding( DrawingWand *drawing_wand, const char *encoding );
-</pre>
+<pre class="literal-block">void DrawSetTextEncoding( DrawingWand *drawing_wand, const char *encoding );</pre>
<p>A description of each parameter follows:</p>
-<dl class="docutils">
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>encoding:</dt>
-<dd>character string specifying text encoding</dd>
+<dd><p>character string specifying text encoding</p>
+</dd>
</dl>
</div>
</div>
@@ -3116,23 +2943,21 @@ void DrawSetTextEncoding( DrawingWand *drawing_wand, const char *encoding );
<h1><a class="toc-backref" href="#id336">DrawGetTextUnderColor</a></h1>
<div class="section" id="id217">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawGetTextUnderColor( const DrawingWand *drawing_wand, PixelWand *under_color );
-</pre>
+<pre class="literal-block">void DrawGetTextUnderColor( const DrawingWand *drawing_wand, PixelWand *under_color );</pre>
</div>
<div class="section" id="id218">
<h2>Description</h2>
<p>DrawGetTextUnderColor() returns the color of a background rectangle
to place under text annotations.</p>
<p>The format of the DrawGetTextUnderColor method is:</p>
-<pre class="literal-block">
-void DrawGetTextUnderColor( const DrawingWand *drawing_wand, PixelWand *under_color );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawGetTextUnderColor( const DrawingWand *drawing_wand, PixelWand *under_color );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>under_color:</dt>
-<dd>Return the under color.</dd>
+<dd><p>Return the under color.</p>
+</dd>
</dl>
</div>
</div>
@@ -3140,23 +2965,21 @@ void DrawGetTextUnderColor( const DrawingWand *drawing_wand, PixelWand *under_co
<h1><a class="toc-backref" href="#id337">DrawSetTextUnderColor</a></h1>
<div class="section" id="id219">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetTextUnderColor( DrawingWand *drawing_wand, const PixelWand *under_wand );
-</pre>
+<pre class="literal-block">void DrawSetTextUnderColor( DrawingWand *drawing_wand, const PixelWand *under_wand );</pre>
</div>
<div class="section" id="id220">
<h2>Description</h2>
<p>DrawSetTextUnderColor() specifies the color of a background rectangle
to place under text annotations.</p>
<p>The format of the DrawSetTextUnderColor method is:</p>
-<pre class="literal-block">
-void DrawSetTextUnderColor( DrawingWand *drawing_wand, const PixelWand *under_wand );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetTextUnderColor( DrawingWand *drawing_wand, const PixelWand *under_wand );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>under_wand.:</dt>
-<dd>text under wand.</dd>
+<dd><p>text under wand.</p>
+</dd>
</dl>
</div>
</div>
@@ -3164,9 +2987,7 @@ void DrawSetTextUnderColor( DrawingWand *drawing_wand, const PixelWand *under_wa
<h1><a class="toc-backref" href="#id338">DrawTranslate</a></h1>
<div class="section" id="id221">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawTranslate( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
+<pre class="literal-block">void DrawTranslate( DrawingWand *drawing_wand, const double x, const double y );</pre>
</div>
<div class="section" id="id222">
<h2>Description</h2>
@@ -3174,16 +2995,17 @@ void DrawTranslate( DrawingWand *drawing_wand, const double x, const double y );
system which moves the coordinate system origin to the specified
coordinate.</p>
<p>The format of the DrawTranslate method is:</p>
-<pre class="literal-block">
-void DrawTranslate( DrawingWand *drawing_wand, const double x, const double y );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawTranslate( DrawingWand *drawing_wand, const double x, const double y );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x:</dt>
-<dd>new x ordinate for coordinate system origin</dd>
+<dd><p>new x ordinate for coordinate system origin</p>
+</dd>
<dt>y:</dt>
-<dd>new y ordinate for coordinate system origin</dd>
+<dd><p>new y ordinate for coordinate system origin</p>
+</dd>
</dl>
</div>
</div>
@@ -3191,10 +3013,8 @@ void DrawTranslate( DrawingWand *drawing_wand, const double x, const double y );
<h1><a class="toc-backref" href="#id339">DrawSetViewbox</a></h1>
<div class="section" id="id223">
<h2>Synopsis</h2>
-<pre class="literal-block">
-void DrawSetViewbox( DrawingWand *drawing_wand, unsigned long x1, unsigned long y1,
- unsigned long x2, unsigned long y2 );
-</pre>
+<pre class="literal-block">void DrawSetViewbox( DrawingWand *drawing_wand, unsigned long x1, unsigned long y1,
+ unsigned long x2, unsigned long y2 );</pre>
</div>
<div class="section" id="id224">
<h2>Description</h2>
@@ -3204,21 +3024,24 @@ size as the canvas image. When the vector data is saved to SVG or MVG
formats, the viewbox is use to specify the size of the canvas image that
a viewer will render the vector data on.</p>
<p>The format of the DrawSetViewbox method is:</p>
-<pre class="literal-block">
-void DrawSetViewbox( DrawingWand *drawing_wand, unsigned long x1, unsigned long y1,
- unsigned long x2, unsigned long y2 );
-</pre>
-<dl class="docutils">
+<pre class="literal-block">void DrawSetViewbox( DrawingWand *drawing_wand, unsigned long x1, unsigned long y1,
+ unsigned long x2, unsigned long y2 );</pre>
+<dl class="simple">
<dt>drawing_wand:</dt>
-<dd>The drawing wand.</dd>
+<dd><p>The drawing wand.</p>
+</dd>
<dt>x1:</dt>
-<dd>left x ordinate</dd>
+<dd><p>left x ordinate</p>
+</dd>
<dt>y1:</dt>
-<dd>top y ordinate</dd>
+<dd><p>top y ordinate</p>
+</dd>
<dt>x2:</dt>
-<dd>right x ordinate</dd>
+<dd><p>right x ordinate</p>
+</dd>
<dt>y2:</dt>
-<dd>bottom y ordinate</dd>
+<dd><p>bottom y ordinate</p>
+</dd>
</dl>
</div>
</div>
@@ -3226,25 +3049,24 @@ void DrawSetViewbox( DrawingWand *drawing_wand, unsigned long x1, unsigned long
<h1><a class="toc-backref" href="#id340">NewDrawingWand</a></h1>
<div class="section" id="id225">
<h2>Synopsis</h2>
-<pre class="literal-block">
-DrawingWand *NewDrawingWand( void );
-</pre>
+<pre class="literal-block">DrawingWand *NewDrawingWand( void );</pre>
</div>
<div class="section" id="id226">
<h2>Description</h2>
<p>NewDrawingWand() returns a drawing wand required for all other methods in
the API.</p>
<p>The format of the NewDrawingWand method is:</p>
-<pre class="literal-block">
-DrawingWand *NewDrawingWand( void );
-</pre>
+<pre class="literal-block">DrawingWand *NewDrawingWand( void );</pre>
</div>
</div>
</div>
+
<hr class="docutils">
<div class="document">
- <p><a href="../Copyright.html">Copyright</a> © GraphicsMagick Group 2002 - 2022<!--SPONSOR_LOGO--></p>
+ <p><a href="../Copyright.html">Copyright</a> © GraphicsMagick Group 2002 - 2023<!--SPONSOR_LOGO--></p>
+</div>
+
</div>
</body>
</html>