You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: