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
The first character looks like a ర with a ◌ా nonspacing mark (U+0C3E) appended. The combining mark is tacked on, but the glyph should render differently when it is applied. They should combine as a రా.
The next visual glyph appears to be made up of five code points, which render completely differently if any are removed. This is me pressing backspace on the second glyph:
ష్ట్ర ష్ట్ ష్ట ష్ ష
For this glyph, the first two code points U+0C37U+0C4D combine to make ష్ but the second and third code point U+0C4DU+0C1F combine to make ట్, yet the fourth and fifth code point combine to make ్ర. Maybe something is parsing the TTF wrong with the grapheme clusters?
Is this a limitation of the ab_glyph crate that bevy_text uses internally?
Does anyone have any thoughts?
EDIT: I wonder if down the line we could make use of something like rustybuzz as a text shaping engine for complex scripts like Indic or Hebrew. Bevy doesn't seem to support right-to-left languages either at the moment.
Bevy version
11afe16 / master
Relevant system information
What you did
https://fonts.google.com/noto/specimen/Noto+Sans+Telugu
What went wrong
the font is not rendering correctly
to render font correctly like in the screenshot from google fonts site
it did not render font correctly like in this screenshot
The text was updated successfully, but these errors were encountered: