Resolve bidi paragraph metadata - #337
Open
Happypig375 wants to merge 1 commit into
Open
Conversation
Happypig375
force-pushed
the
issue-289-bidi-paragraphs
branch
from
August 31, 2026 10:33
c2bd527 to
a98055d
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #289
Summary
TextPaintermetadata for its documented synthetic text projection; drawing stays unchanged pending Shape directional script runs with direction and cluster metadata #290 and Lay out and wrap resolved right-to-left text runs #291Validation
TestBidiParagraphs: 25 passedCSharpMath.Renderingbuild: passedgit diff --check: passedThe representative Unicode 17 coverage includes BidiCharacterTest rows 46/47, 52/53, 143/144, 181/182, 197/198, 282/283, 293/294, and 304/305. It is intentionally not a claim of full UAX #9 conformance.
Dependency and license
No new package dependency is introduced.
CSharpMath.Renderingalready compiles the vendored SheenBidi implementation under Apache-2.0. The transcribed and modified Unicode 17 vector subset retains its source, version, row references, and Unicode License v3 notice inCSharpMath.Rendering.Tests/Unicode-Data-LICENSE.txt.Visual shaping and visual-order line layout remain tracked by #290 and #291.