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

[12.0] love.graphics.print(): misordered characters when using fallback fonts #1990

Open
rabbitboots opened this issue Dec 7, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@rabbitboots
Copy link

Version: 12.0-development (8951635)

Repro: 12-fallbacks.zip

Problem: When drawing text with love.graphics.print() using a font that has been configured with fallbacks, glyphs originating from the fallback fonts may appear in the wrong place.

Expected appearance of text, using NotoSans with NotoSansSymbol2 as a fallback:

a⇨b⇨c
The⇨quick⇨brown⇨fox
a⏎a⏎⇨⏎

Observed:

a⇨⇨bc
The⇨⇨⇨quickbrownfox
a⏎⏎⇨⏎a

The expected order appears in LÖVE 11.5:

11 5
12 0-dev-8951635

@slime73 slime73 added the bug Something isn't working label Dec 7, 2023
@slime73 slime73 added this to the 12.0 milestone Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants