diff options
Diffstat (limited to 'src/ui/text.c')
-rw-r--r-- | src/ui/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.c b/src/ui/text.c index 175b25a1..30405bcb 100644 --- a/src/ui/text.c +++ b/src/ui/text.c | |||
@@ -1170,7 +1170,7 @@ static iRect run_Font_(iFont *d, const iRunArgs *args) { | |||
1170 | hb_buffer_clear_contents(hbBuf); | 1170 | hb_buffer_clear_contents(hbBuf); |
1171 | /* Cluster values are used to determine offset inside the UTF-8 source string. */ | 1171 | /* Cluster values are used to determine offset inside the UTF-8 source string. */ |
1172 | //hb_buffer_set_cluster_level(hbBuf, HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS); | 1172 | //hb_buffer_set_cluster_level(hbBuf, HB_BUFFER_CLUSTER_LEVEL_MONOTONE_CHARACTERS); |
1173 | #if 0 && defined (LAGRANGE_ENABLE_FRIBIDI) | 1173 | #if defined (LAGRANGE_ENABLE_FRIBIDI) |
1174 | /* Reorder to visual order. */ { | 1174 | /* Reorder to visual order. */ { |
1175 | iArray u32; | 1175 | iArray u32; |
1176 | iArray logToRun; | 1176 | iArray logToRun; |