Hindi: some text is not centered
With Hindi language some text in options menu is not centered.
- Fixed
rumickon
- 8
- 5
- Confirmed
- display language unicode
1.5.2 - 15w50a
1.5.2 1.6.1 1.6.2 1.6.4 13w36a 13w36b 13w37a 13w37b 13w38a 13w38b 13w38c 13w39a 13w39b 13w41a 13w41b 13w42a 13w42b 13w43a 1.7 1.7.1 1.7.2 13w47a 13w47c 13w47e 13w48a 13w48b 13w49a 1.7.3 1.7.4 14w02b 14w02c 14w03a 14w03b 14w04a 14w04b 14w05a 14w05b 14w06b 14w07a 14w08a 1.7.5 14w10b 14w10c 14w11b 1.7.6-pre1 1.7.6-pre2 1.7.9 14w17a 14w18a 14w18b 14w19a 14w20a 14w20b 14w21b 14w25a 1.7.10-pre4 14w25b 14w26a 14w26b 14w26c 1.7.10 14w27a 14w27b 14w28a 14w28b 14w29a 14w29b 14w30a 14w30b 14w30c 14w31a 14w32a 14w32b 14w32c 14w32d 14w33a 14w33c 14w34a 14w34b 14w34c 14w34d 1.8-pre1 1.8-pre2 1.8-pre3 1.8 1.8.1-pre1 1.8.1-pre3 1.8.1-pre4 1.8.1-pre5 1.8.1 1.8.2-pre1 1.8.2-pre2 1.8.2-pre3 1.8.2-pre4 1.8.2-pre5 1.8.2-pre6 1.8.2-pre7 1.8.2 1.8.3 1.8.4 1.8.8 15w31a 15w31c 15w33b 15w33c 15w34a 15w34b 15w34c 15w34d 15w35b 15w35d 15w35e 15w36b 15w36c 15w36d 15w37a 15w38a 15w39c 15w40a 15w40b 15w41b 15w43b 15w46a 15w47a 15w47b 15w47c 1.8.9 15w50a- 16w02a
Created Issue:
Hindi: some text is not centered
With Hindi language some text in options menu is not centered.
Added Attachments:
Added Affects Versions: 1.7.6-pre2 1.7.6-pre1
Added Affects Versions: 14w25a 14w21b 1.7.10-pre4
Added Affects Versions: 1.8.1-pre1
Added Affects Versions: 1.8.1-pre3
Added Affects Versions: 1.8.1-pre4
Added Affects Versions: 1.8.1-pre5
Added Affects Versions: 1.8.2-pre1
Added Affects Versions: 1.8.2-pre4 1.8.2-pre3 1.8.2-pre2
Added Affects Versions: 1.8.2-pre7 1.8.2-pre6 1.8.2-pre5
Added Linked Issues:
relates to
No, I can't. But we have another bug: MC-27912 with same problem.
Confirmed for
- 15w50a based on
MC-27912
This is definitely valid, like Reality_SC 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;
}



Confirmed.
Still on 13w36a.
In Attachments fix for 1.7.5
I also see that the combining diacritics aren't combining correctly.
For any minecraft version (and for Optifine too): replace bytes 10 07 A4 to 10 0F A4 in .class file containing "glyph_sizes.bin" string (these always only one such file in .jar).
FontRenderer is avn.class for 1.8.8.
Confirmed for
MC-23952Fixed by fix for
MC-23952