From 36482b684b16f752965485b41c39558c1f144504 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 26 Dec 2022 16:15:06 -0700 Subject: [PATCH] [cairo] Err, utf8_clusters --- src/hb-cairo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-cairo.cc b/src/hb-cairo.cc index 3807ce1a6..163f59ed0 100644 --- a/src/hb-cairo.cc +++ b/src/hb-cairo.cc @@ -452,7 +452,7 @@ hb_cairo_text_to_glyphs (cairo_scaled_font_t *scaled_font, } hb_cairo_glyphs_from_buffer (buffer, - false, + true, scale_factor, 0., 0., utf8, utf8_len,