-
Bug
-
Resolution: Fixed
-
1.20.2, 23w42a, 23w45a, 1.20.4 Release Candidate 1, 1.20.4, 1.21, 1.21.1
-
None
-
Confirmed
-
Rendering
-
Normal
-
Platform
When bold text is rendererd at a large scale, characters can have gaps where they shouldnt.
This can be very noticable when using text displays to show large text.
Steps to reproduce:
- Summon a text display using the following command
- /summon text_display ~ ~ ~ {billboard:"center",transformation:
{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[0f,0f,0f],scale:[12f,12f,12f]}
,text:'{"text":"Bold text","bold":true}'}
- Move close to the text display and move the camera slightly
- Notice gaps in the middle of letters appear and dissapear randomly
Expected result:
- Bold text shouldn't have gaps when rendered at large scales.
- relates to
-
MC-277946 Large bold text has visible gaps within some characters
- Open