Home | History | Annotate | Download | only in coders

Lines Matching defs:caption

13 %                             Read Text Caption.                              %
79 % ReadCAPTIONImage() reads a CAPTION image file and returns it. It
99 *caption,
141 Format caption.
148 if (LocaleNCompare(option,"caption:",8) == 0)
154 (void) SetImageProperty(image,"caption",property,exception);
156 caption=ConstantString(GetImageProperty(image,"caption",exception));
158 (void) CloneString(&draw_info->text,caption);
166 text=AcquireString(caption);
182 text=AcquireString(caption);
206 if ((fabs(image_info->pointsize) < MagickEpsilon) && (strlen(caption) > 0))
217 text=AcquireString(caption);
243 text=AcquireString(caption);
272 Draw caption.
274 i=FormatMagickCaption(image,draw_info,split,&metrics,&caption,exception);
275 (void) CloneString(&draw_info->text,caption);
289 (void) SetImageProperty(image,"caption:pointsize",pointsize,exception);
292 caption=DestroyString(caption);
313 % RegisterCAPTIONImage() adds attributes for the CAPTION image format to
330 entry=AcquireMagickInfo("CAPTION","CAPTION","Caption");
350 % CAPTION module from the list of supported formats.
359 (void) UnregisterMagickInfo("CAPTION");