mojira.dev
MC-23952

Bad alignment when using wide unicode fonts

When using unicode font with a symbol's width more than 8px, text floats to the left.

How to reproduce:
  1. Take a resource pack from attachments.

  2. Select the resource pack in the game.

  3. Restart the game.

  4. Change language to Pirate Speak, French, etc.

Linked issues

Attachments

Comments 27

I think you need to work harder to reverse engineer the glyph_sizes.bin.

Thanks for reply Grum.
Ok. When I am using another font with a symbol's width 8px or less it looks good (screenshot 06). But if symbol's width is 10px (screenshot 07) then text floats to the left. I edit the file manually by hex-editor. What do I do wrong?
P.S. Same problem width default font and Hindi language (screenshot 08).

rumickon, Did you figure out how to fix this? I'm trying to solve the same problem with no luck.

Wow, that helped. Thank you very much.

17 more comments

Also, this problem was solved in Forge after that commit: https://github.com/MinecraftForge/MinecraftForge/pull/1804
Its very easy to fix. Why Mojang employees ignore it, I do not understand.

Confirmed for

This is definitely valid, like @unknown said already in his comment these lines mess everything up. For example they return for both ① (\u2460) and ╬ (\u256c) the same size (force unicode is off) even though when writing one line of ① and below it one line of ╬ you will see that they have not the same size.
This is in the method getCharWidth(char p_78263_1_) of the class /Client/src/net/minecraft/client/gui/FontRenderer.java (MCP 1.8 names).

if (var4 > 7)
{
	var4 = 15;
	var3 = 0;
}

Can you please include this?

[Mod] redstonehelper

The ticket is resolved anyway. If they choose to look at it again they will see your comment.

Confirmed for

  • 15w51a

Bugs that are caused by this:

rumickon

migrated

Unconfirmed

fonts, resource-pack

Minecraft 1.6.1, Minecraft 1.6.2, Minecraft 1.8.8, Minecraft 15w43b, Minecraft 15w46a, ..., Minecraft 15w47b, Minecraft 15w47c, Minecraft 1.8.9, Minecraft 15w50a, Minecraft 15w51a

Minecraft 16w02a

Retrieved