OZZ Bitmap Font

OZZ Bitmap Fonts

Replaces the built-in text rendering by texture blitting using a font atlas. So basically draw each letter from some random texture you made.


Link: RMXPVXA-Scripts/MZ/OZZ_BitmapFont.js at master · orochii/RMXPVXA-Scripts · GitHub

License: MIT


Features:

  • Textured fonts.
  • Supports coloring.
  • Support scaling (integer scaling only, on purpose! Sorry!).

What it doesn’t support:

  • Unfortunately, Right-to-left text rendering. Which basically means it doesn’t support Arabic. I just didn’t do it because I couldn’t figure it out and have no good ways to verify it. If someone has experience with it please send me a message, make a fork, etc. I’d be happy to add it.
  • It doesn’t support ligatures either, which is also important for Arabic, from what I’ve seen.

Before

After

Example assets

2 Likes