Evas font-engine: If still after all we can't find a font, use the first.

SVN revision: 59924
This commit is contained in:
Tom Hacohen 2011-06-03 20:48:56 +00:00
parent 2d6d954935
commit 0daae8a59a
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ evas_common_font_query_run_font_end_get(RGBA_Font *fn, RGBA_Font_Int **script_fi
if (base_char == run_end)
evas_common_font_glyph_search(fn, &fi, REPLACEMENT_CHAR);
if (!fi)
fi = fn->fonts->data;
*script_fi = fi;
}
else