-
-
Notifications
You must be signed in to change notification settings - Fork 33
fonts
toxicity188 edited this page May 12, 2024
·
17 revisions
ability to use multiple custom fonts.
see the layouts documentation for instructions on how to use it.
- put files with extensions like ttf and otf in the fonts folder.
- create a yml file in the texts folder with a name of your choice.
- enter the following
example_font:
file: example.ttf
scale: 16
Note: this mimics the Minecraft default font and does not use the default font, so you cannot use image fonts such as glyphs added by plugins like itemsadder.
default_font:
scale: 16
merge-default-bitmap: true
example_font:
file: example.ttf
scale: 16
images:
star:
name: "star.png"
x: 0
y: 0
scale: 2.0
can add an image with this feel and then use it in the same way as <image:star>
in a text layout pattern.
-
font.yml
merge-default-bitmap: false
-
place the font file in the betterhud plugin folder and modify the font name in config.yml.
font:
file: some_name
use-unifont: true
you can use minecraft default unifont by using this configuration.
scale: 16
height: 8
ascent: 7
merge-default-bitmap: true
use-unifont: true
include:
- korean
if you want to reduce your resource pack size, you can nominate some language by using "include" configuration. Latin alphabet always be included, and there are other language like this:
- korean
- japan
- china
- russia
- bengal
- thailand
- greece
- hindi
- arab
- hebrew