Using FontResolver
How to use the FontResolver to implement your custom fonts
Valid Fonts:
Using Differing Fonts
Using Default Minecraft Fonts
String text = "My Text in a new Font";
TextComponent component = FontResolver.parseFontString(text, MinecraftKeyFont.UNIFORM);Using Custom Fonts
Last updated