diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/hbfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hbfont.c b/src/hbfont.c index 88767c30afe..5923efd488d 100644 --- a/src/hbfont.c +++ b/src/hbfont.c | |||
| @@ -362,7 +362,7 @@ hbfont_shape (Lisp_Object lgstring, Lisp_Object direction) | |||
| 362 | 362 | ||
| 363 | FIXME: maybe drop this guessing once script and language handling | 363 | FIXME: maybe drop this guessing once script and language handling |
| 364 | is fixed above; but then will need to guess the direction by | 364 | is fixed above; but then will need to guess the direction by |
| 365 | ourselves, perhaps by looking at the the characters using | 365 | ourselves, perhaps by looking at the characters using |
| 366 | bidi_get_type or somesuch. */ | 366 | bidi_get_type or somesuch. */ |
| 367 | hb_buffer_guess_segment_properties (hb_buffer); | 367 | hb_buffer_guess_segment_properties (hb_buffer); |
| 368 | 368 | ||