🔠Fonts

You can download various .ttf fonts to use when drawing.

When you start the server for the first time, the default font will be installed. To do this, you need to wait 1-3 minutes, after which the plugin will be active!

In order to add more, you need to decide on 3 functions in the config:

Font symbols: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
Font min size: 8
Font max size: 24

The first is responsible for which characters will be imported from the font.

The second and third are responsible for the font sizes that will be saved. The larger the gap, the more the font will weigh. The larger the font, the higher its quality.

Then download one of the fonts in .ttf format (https://fonts.google.com/) and move it to your server ⇒ plugins ⇒ DrawOnMap ⇒ Fonts.

And turn on the server or enter the command.

/draw fonts load

It will start downloading all the fonts for each size. Loading in soft format takes 1-3 minutes per font!

After which you can use them when drawing the introduction command and select from the list:

/draw font <font name>

You also can delete any font by this command to reimport it for example:

/draw font delete <font name>

Last updated