Make hb-view err if all shapers failed

This commit is contained in:
Behdad Esfahbod 2012-06-05 19:17:02 -04:00
parent 04aed572f1
commit 4a8a529068
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ struct view_cairo_t {
unsigned int text_len,
hb_bool_t utf8_clusters)
{
consume_glyphs (buffer, text, text_len, utf8_clusters);
fail (false, "all shapers failed");
}
void consume_glyphs (hb_buffer_t *buffer,
const char *text,