Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make LibGfx use LibUnicode's bidi support #25457

Open
nico opened this issue Nov 23, 2024 · 1 comment
Open

Make LibGfx use LibUnicode's bidi support #25457

nico opened this issue Nov 23, 2024 · 1 comment

Comments

@nico
Copy link
Contributor

nico commented Nov 23, 2024

#20532 added support for BidirectionalClass to LibUnicode.

Much longer ago, #6613 added some support for bidi text to LibGfx, with its own BidirectionalClass enum in LibGfx.

We should make LibGfx use the codepoint -> bidi_class mapping from LibUnicode.

@nico
Copy link
Contributor Author

nico commented Nov 24, 2024

(#25458 renamed BidirectionalClass in LibUnicode to BidiClass, so that's what LibGfx should use now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant