mojira.dev
MC-132644

Short/narrow characters have inconsistent slant

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

Attachments

Comments 5

This issue is a clone of MC-23928.

@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.

The symbols should not be modified and if they were, they should be slightly modified.

Seems to be fixed on 1.13-pre7. Please help me to check. I am busy.

Hayden Wong

Erik Broes

Confirmed

font, italics

Minecraft 1.13-pre6

Minecraft 1.13-pre7

Retrieved