unsigned int
cluster;
} GraphemeInfo;
-
+\f
/*
Annotate semaphores.
*/
static size_t ComplexTextLayout(const Image *image,const char *text,
const size_t length,const FT_Face face,const raqm_direction_t direction,
- const FT_Int32 flags,GraphemeInfo **grapheme)
+ const FT_Int32 flags,GraphemeInfo **grapheme,ExceptionInfo *exception)
{
#if defined(MAGICKCORE_RAQM_DELEGATE)
const char
if (draw_info->direction == LeftToRightDirection)
direction=RAQM_DIRECTION_LTR;
grapheme=(GraphemeInfo *) NULL;
- length=ComplexTextLayout(image,p,strlen(p),face,direction,flags,&grapheme);
+ length=ComplexTextLayout(image,p,strlen(p),face,direction,flags,&grapheme,
+ exception);
code=0;
for (i=0; i < (ssize_t) length; i++)
{