Follow these steps to use a font.
Add the font in Font Management.
Go to
Project config...->Font.

- Create a font library.

- Fill in the font library settings.
- Font name: The name of the font library. It is also part of the generated font variable name.
- Font asset: The font file used by this library. Add it to
Font Managementfirst. - Font size: The font size to use.
- Bpp: Bits per pixel for the font.
- Letters: Preset letters included in the font.
- Range: Character range included in the font.
- Symbols: Additional characters included in the font.
- Flags: Extra options for font conversion. The default value is
--no-compress --no-prefilter.--no-compress: Do not compress the font.--no-prefilter: Do not prefilter the font.
For most users, the most important items are:
- Font name: Use a meaningful name.
- Font asset: Select the correct font file.
- Range and/or Symbols: At least one of them must not be empty.
If you are not familiar with the other options, keep their default values.