aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ftfont.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ftfont.c b/src/ftfont.c
index 0990e84ddab..260f259615a 100644
--- a/src/ftfont.c
+++ b/src/ftfont.c
@@ -2717,6 +2717,7 @@ ftfont_shape_by_hb (Lisp_Object lgstring, FT_Face ft_face, hb_font_t *hb_font,
2717 goto done; 2717 goto done;
2718 2718
2719 hb_buffer_set_content_type (hb_buffer, HB_BUFFER_CONTENT_TYPE_UNICODE); 2719 hb_buffer_set_content_type (hb_buffer, HB_BUFFER_CONTENT_TYPE_UNICODE);
2720 hb_buffer_set_cluster_level (hb_buffer, HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS);
2720 2721
2721 /* FIXME: guess_segment_properties is BAD BAD BAD. 2722 /* FIXME: guess_segment_properties is BAD BAD BAD.
2722 * we need to get these properties with the LGSTRING. */ 2723 * we need to get these properties with the LGSTRING. */