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
Rendering text inside a text button clips the final letter, but leaves a space where the letter should be:
I am trying to narrow down which devices this is a problem for. Based on user feedback it appears that the problem might be limited to iOS 15, or specific older models of iPhone with a 750 wide screen resolution.
Steps to reproduce
It is difficult to reproduce. The problem occurs on:
iPhone 7 / iOS 15.8
The problem does not occur on:
iPhone XS Max / iOS 17.1.1
iPhone 14 / iOS 17.1.1
iPhone SE 3rd gen / 16.6
iPad Air 5th gen / 16.5
The app runs with the older "compatibility engine". And the buttons are using a google font embedded into the app for cross phone/os consistency and for support for characters in other languages, if it matters, the font is NotoSans.
Minimal reproduction project
Unfortunately I have not yet been able to reproduce the problem, I am still investigating.
The text was updated successfully, but these errors were encountered:
It doesn't seem likely, but I can't help but wonder if this issue with determining the text width needed for the button is connected somehow to #80907
There shouldn't be any fallback occurring in the example screenshot as the characters should all be in the default google noto font (but I do have a fallback font for asian characters)
Godot version
4.1.3
System information
Sonoma 14.0, Xcode 15.0.1, iPhone (see below)
Issue description
Rendering text inside a text button clips the final letter, but leaves a space where the letter should be:
I am trying to narrow down which devices this is a problem for. Based on user feedback it appears that the problem might be limited to iOS 15, or specific older models of iPhone with a 750 wide screen resolution.
Steps to reproduce
It is difficult to reproduce. The problem occurs on:
The problem does not occur on:
The app runs with the older "compatibility engine". And the buttons are using a google font embedded into the app for cross phone/os consistency and for support for characters in other languages, if it matters, the font is NotoSans.
Minimal reproduction project
Unfortunately I have not yet been able to reproduce the problem, I am still investigating.
The text was updated successfully, but these errors were encountered: