Blit-Tech Bitmap Font Demo

Demonstrated Features:

How to use your own bitmap font:
1. Create a .btfont file (JSON) with glyph data and texture
2. Use const font = await BitmapFont.load('path/to/font.btfont')
3. Render with BT.printFont(font, position, text, color)
Font Attribution:
This example uses PragmataPro by Fabrizio Schiavi.
Available at https://fsd.it/shop/fonts/pragmatapro/
← Back to Examples