Bitmap Fonts

Bitmap fonts are useful when you want a very specific text style, specially in Pixel Art games.

../_images/bitmap_font.png

Creating a Bitmap Font

To create a Bitmap Font, click on the Import Button import_button in the Assets View.

Then select a BMP and a CSV file exported from Codehead’s Bitmap Font Generator tool.

Using a Bitmap Font

  1. Select your Text entity in the Scene

  2. Make sure the Font is set to Bitmap Font

  3. Set the Texture and Metrics properties to the BMP and CSV assets imported during Bitmap Font Creation.