Override direction in Uniscribe backend

Matches OT backend now.
This commit is contained in:
Behdad Esfahbod 2012-06-08 09:26:17 -04:00
parent 1c1233e576
commit 29eac8f591
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ retry:
*(uint32_t*)&bidi_control |= 1<<24;
bidi_state.uBidiLevel = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1;
// bidi_state.fOverrideDirection = 1;
bidi_state.fOverrideDirection = 1;
hr = ScriptItemizeOpenType (wchars,
chars_len,