NAMEannotate - Annotate an Image
SYNOPSISMagickBooleanType AnnotateImage( Image *image, DrawInfo *draw_info ); MagickBooleanType GetTypeMetrics( Image *image, const DrawInfo *draw_info, TypeMetric *metrics );
FUNCTION DESCRIPTIONS
AnnotateImageAnnotateImage() annotates an image with text. Optionally you can include any of the following bits of information about the image by embedding the appropriate special characters: The format of the AnnotateImage method is: MagickBooleanType AnnotateImage ( Image *image, DrawInfo *draw_info ); A description of each parameter follows:
GetTypeMetricsGetTypeMetrics() returns the following information for the specified font and text:
The format of the GetTypeMetrics method is: MagickBooleanType GetTypeMetrics ( Image *image, const DrawInfo *draw_info, TypeMetric *metrics ); A description of each parameter follows:
|