Evas font draw: Fixed a typo in font draw

SVN revision: 51254
This commit is contained in:
Tom Hacohen 2010-08-17 15:59:03 +00:00
parent 59f3bf1eb6
commit ed847ee5aa
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ evas_common_font_draw_internal(RGBA_Image *dst, RGBA_Draw_Context *dc, RGBA_Font
#endif
{
if (evas_common_font_query_kerning(fi, index, prev_index, &kern))
if (evas_common_font_query_kerning(fi, prev_index, index, &kern))
pen_x += kern;
}
}