The Bug:
Large bold text has visible gaps within some characters.
It appears that remnants of MC-266019 still exist despite the fix.
Steps to Reproduce:
Summon some large bold text by using the command provided below.
/summon minecraft: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":"micky mouse",bold:true}}
Look at the letter "m" in particular.
Observed Behavior:
Large bold text has visible gaps within some characters.
Expected Behavior:
Large bold text would not have visible gaps within characters.
Just a note: This issue isn't the same as MC-266019 since the gaps are always visible and do not briefly appear and disappear.