-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shaping: (wrapping) fix space aware advance for bidi
When wrapping lines containing bidi runs, a run that progresses in the opposite direction from the overall paragraph will have its trailing whitespace in the middle of the line, not at the end. As such, it isn't valid to ignore the advance of trailing whitespace for such a run. We can only safely ignore trailing whitespace when the run is the same progression as the paragraph. Signed-off-by: Chris Waldon <[email protected]>
- Loading branch information
1 parent
958a5bf
commit e1733d2
Showing
3 changed files
with
168 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters