Make hb-view err if all shapers failed

pull/1/head
Behdad Esfahbod 13 years ago
parent 04aed572f1
commit 4a8a529068
  1. 2
      util/view-cairo.hh

@ -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,

Loading…
Cancel
Save