The bug
Short/narrow characters such as " , . - have inconsistent slant. Sometimes, they will be overlapped to other characters. See the screenshots.
How to reproduce
Use the following command: /tellraw @a {"text":". - : - .","italic":true
}
Linked issues
is duplicated by 1
Attachments
Comments 5
@unknown This is an old report (Fixed for 1.6.2). Therefore a new bug report can be created rather than reopening a very old one.
This is caused because italic rendering was changed.
The old rendering system added a constant italic slope to the rendered characters, the new rendering system adds a constant italic offset to the characters.
So shorter characters have a seemingly-higher slant because the top and bottom are separated by a constant width.
That is why the period is much more slanted than the quote, and C and c are different if you look closely as well.
This issue is a clone of MC-23928.