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
In some languages such as Vietnamese, there are diacritic & tone marks for a subset of characters. For example: "Ấ" . When displaying these characters using the text() component, the accents at the top of the character is clipped off. See the example image below:
this was produced with the following code:
add([
text("Â"),
pos(40, 40),
color(0, 0, 0),
]);
I am running v3001
Expected behavior
The clipping box should be expandable / customizable to accommodate non-english text.
The text was updated successfully, but these errors were encountered:
Describe the bug
In some languages such as Vietnamese, there are diacritic & tone marks for a subset of characters. For example: "Ấ" . When displaying these characters using the text() component, the accents at the top of the character is clipped off. See the example image below:
this was produced with the following code:
I am running v3001
Expected behavior
The clipping box should be expandable / customizable to accommodate non-english text.
The text was updated successfully, but these errors were encountered: