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.
Linked issues
Attachments
Comments 4
This is still present in 24w44a, although the gaps no longer appear and disappear when you move the camera
Seems like a different issue so I've reported separately at MC-277946.
This seems like the same issue as MC-1794