The bug
"Force unicode fonts" option doesn't appear in the language menu
Linked issues
is duplicated by 2
Comments 12
This is not a bug. The Force Unicode Font
option has been deleted. Fonts are now TrueType
, this means that the option is no longer needed, the fonts are improved. Here's a tweet.
Works as intended. They removed "forced unicode" as all the fonts should have the same types of letters throughout.
Yet they don't, look at upside down english.
And there's no source that mojang says it's removal is actually intended.
EDIT: grrr, kumasasa
The "Force Unicode Font" button was deliberately removed.
If that arises any issues, please create a new ticket.
The reason "I don't like the default font" is invalid, because you can always get some resource packs from the community.
This is an issue for all languages that don't have all characters in the new font set yet, such as Chinese, Japanese, Korean, Arabic, Persian, Georgian, Armenian, Hebrew, Thai, and Hindi. It is especially severe for Vietnamese and Upside-down English.
@unknown You can add the default.json
file to your recource pack at assets/minecraft/font
with the following content:
default.json
{
"providers": [
{
"type": "legacy_unicode",
"sizes": "minecraft:font/glyph_sizes.bin",
"template": "minecraft:font/unicode_page_%s.png"
}
]
}
This should disable anything but unicode sheets. (I didn't actually test that, though)
Please put the description into the "Description" box rather than "Environment". "Environment" is only for inputing the operating system/Java version you're using, etc.