Home | History | Annotate | Download | only in MagickCore

Lines Matching full:glyphs

986   if (type_info->glyphs != (char *) NULL)
987 (void) CloneString(&annotate_info->font,type_info->glyphs);
1045 *glyphs;
1094 glyphs=raqm_get_glyphs(rq,&extent);
1095 if (glyphs == (raqm_glyph_t *) NULL)
1108 (*grapheme)[i].index=glyphs[i].index;
1109 (*grapheme)[i].x_offset=glyphs[i].x_offset;
1110 (*grapheme)[i].x_advance=glyphs[i].x_advance;
1111 (*grapheme)[i].y_offset=glyphs[i].y_offset;
1112 (*grapheme)[i].cluster=glyphs[i].cluster;