your current location:首页 > news>Betterfonts configuration file to modify better fonts (Betterfonts) Minecraft Game

Betterfonts configuration file to modify better fonts (Betterfonts) Minecraft Game

2024-12-10 17:52:00|Myriagame |source:minecraft skins

In terms of time, the Betterfonts transplanted by Suzutsuki adds the function of generating configuration files at 1.1.2, which meansFind Betterfonts.cfg for settings. The previous versions need to be manually created by manually to modify.

The default text of the configuration file is:

# This is the betterfonts configuration file. Any lines that start with # are

# Comments and get iGnored. If the same proper appars multiple times

# in the file, only the last value will be used.

# The font.Name Property Changes The Default Font Use in Minecraft. This. This can.

# Be the name of a real font like timeS new roman, or one of java's logical

# fonts like serif, sansserif, or monospaced. If font.name is missing, The

# Default Font Used Will Be Sansserif.

font.Name = sansserif

#font.name = monospaced

#font.Name = Times New Roman

# You can use the font.size propel to affirm how

# Will appear. This must be an integer greater than zero, and if oblite

# The default size use is 18.

font.size = 18

# This proprity enables anti-aliasing which blurs the edges of the font to

# Make it seem less jagged, but this can also make the font seem less sharp.

# The Property Should be set to either the word "true" or "false, and you'll

# have to exce its both options to determine white one looks better.

# If font.antialias is missing, the default is to disable angi-aliasing.

font.antialias = false

#font.antialias = true

# By default, Minecraft Draws Drop Shadow for Any Text in The Guis and The

# Chat. Setting this to "false" Will Disable This Shadow Who Some

# FONTS MORE Readable.

font.dropshadow = true

#font.dropshadow = false

Although it looks a lot, there are actually many contents of the comment. There are only four settings in the configuration file. They are:

FONT.NAME =: Font name, must be corresponding to the font name installed in the system. If there is a non -British font, it must be converted into a unicode code.The default Sansserif, if the font in the configuration file does not exist, it will also use Sansserif.

font.size =: Font size, default 18.font.antialias =: Whether to turn on anti -aliasing, default is not enabled.Determine whether to use it based on the actual situation of the font.

FONT.DROPSHADOW =: Whether the font renders the shadow and open it by default.The font of the original Minecraft is rendered with shadows. This also decides whether to enable it according to the actual situation.