Co-authored-by: Khaled Hosny <khaled@aliftype.com>
This commit is contained in:
Behdad Esfahbod 2022-04-20 13:38:05 -06:00
parent 4d48fae4f2
commit c1ee7d28f3
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ hb_ensure_native_direction (hb_buffer_t *buffer)
* https://github.com/harfbuzz/harfbuzz/issues/501
*
* Similar thing about Regional_Indicators; They are bidi=L, but Script=Common.
* If they are presentin a run of natively-RTL text, they get assigned a script
* If they are present in a run of natively-RTL text, they get assigned a script
* with natively RTL direction, which would result in wrong shaping if we
* assign such native RTL direction to them then. Detect that as well.
*