Evas font-engine: fix issue with using the wrong fi.

SVN revision: 58930
This commit is contained in:
Tom Hacohen 2011-04-26 10:21:01 +00:00
parent 54f2389187
commit a3c144d2c9
1 changed files with 1 additions and 1 deletions

View File

@ -279,12 +279,12 @@ evas_common_text_props_content_create(void *_fn, const Eina_Unicode *text,
/* Update the advance accordingly */
adjust_x += (pen_x + (fg->glyph->advance.x >> 16)) -
gl_itr->pen_after;
fi = text_props->font_instance;
}
pen_x = gl_itr->pen_after;
}
gl_itr->pen_after += adjust_x;
fi = text_props->font_instance;
gl_itr++;
}
#else