This documentation is for a prerelease version of O3DE. Click here to switch to the latest release, or select a version from the dropdown.

Version:

Implementing New Fonts

You can add fonts to your game UI in O3DE by saving the font asset to your game project and creating an .xml file that contains specifics for that font, such as the path to the font file and parameters that affect the font’s appearance. You can combine multiple font assets into a single font family and further customize text appearance using Text Markup.

Using the procedures in this section, you can: