Search Issue Tracker
Fixed
Fixed in 2023.2.0b16, 2023.3.0a11
Votes
0
Found in
2023.1.9f1
2023.2.0b5
2023.3.0a1
Issue ID
UUM-46147
Regression
Yes
Font size calculation is different for each letter when using UnityEngine.GUIStyle.CalcSize
How to reproduce:
1. Open the attached project "mono-font-repro-project.zip"
2. Select Assets/ReproScriptableObject.asset in the Project window
Expected results: Values for letters from "a" to "z" in the Inspector window are identical
Actual results: Values for letters from "a" to "z" in the Inspector window are different
Reproducible with: 2023.1.0a20, 2023.1.9f1, 2023.2.0b5
Not reproducible with: 2021.3.29f1, 2022.3.7f1, 2023.1.0a19
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
Resolution Note (fix version 2023.3.0a11):
Fixed IMGUI CalcSize() to take advance space into account
Resolution Note (fix version 2023.2.0b16):
Fixed IMGUI CalcSize() to take advance space into account