]> granicus.if.org Git - imagemagick/blobdiff - wand/drawing-wand.c
(no commit message)
[imagemagick] / wand / drawing-wand.c
index 6b3de56a5292b725a2cf7294c4263d6a8ac83d64..e7eccec364065c9f04a414c2034df47599a19cea 100644 (file)
@@ -1228,7 +1228,7 @@ WandExport void DrawGetBorderColor(const DrawingWand *wand,
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  DrawGetClipPath() obtains the current clipping path ID. The value returned
-%  must be deallocated by the user when it is no ssize_ter needed.
+%  must be deallocated by the user when it is no longer needed.
 %
 %  The format of the DrawGetClipPath method is:
 %
@@ -1519,7 +1519,7 @@ WandExport FillRule DrawGetFillRule(const DrawingWand *wand)
 %
 %  DrawGetFont() returns a null-terminaged string specifying the font used
 %  when annotating with text. The value returned must be freed by the user
-%  when no ssize_ter needed.
+%  when no longer needed.
 %
 %  The format of the DrawGetFont method is:
 %
@@ -1553,7 +1553,7 @@ WandExport char *DrawGetFont(const DrawingWand *wand)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %  DrawGetFontFamily() returns the font family to use when annotating with text.
-%  The value returned must be freed by the user when it is no ssize_ter needed.
+%  The value returned must be freed by the user when it is no longer needed.
 %
 %  The format of the DrawGetFontFamily method is:
 %
@@ -1850,7 +1850,7 @@ WandExport void DrawGetStrokeColor(const DrawingWand *wand,
 %
 %  DrawGetStrokeDashArray() returns an array representing the pattern of
 %  dashes and gaps used to stroke paths (see DrawSetStrokeDashArray). The
-%  array must be freed once it is no ssize_ter required by the user.
+%  array must be freed once it is no longer required by the user.
 %
 %  The format of the DrawGetStrokeDashArray method is:
 %
@@ -2216,7 +2216,7 @@ WandExport DecorationType DrawGetTextDecoration(const DrawingWand *wand)
 %
 %  DrawGetTextEncoding() returns a null-terminated string which specifies the
 %  code set used for text annotations. The string must be freed by the user
-%  once it is no ssize_ter required.
+%  once it is no longer required.
 %
 %  The format of the DrawGetTextEncoding method is:
 %
@@ -2345,7 +2345,7 @@ WandExport double DrawGetTextInterwordSpacing(DrawingWand *wand)
 %
 %  DrawGetVectorGraphics() returns a null-terminated string which specifies the
 %  vector graphics generated by any graphics calls made since the wand was
-%  instantiated.  The string must be freed by the user once it is no ssize_ter
+%  instantiated.  The string must be freed by the user once it is no longer
 %  required.
 %
 %  The format of the DrawGetVectorGraphics method is: