Re: openMenu Alpha 1
Posted: Sun Jun 15, 2025 11:26 am
The fonts are BMFont format but with the texture as pvr. Good luck.sbstnc wrote: ↑Wed May 21, 2025 4:08 pm Not sure I want to touch the font rendering thereIt seems like the fonts are pre-built PVR textures in the menu_data folder, so other fonts would probably have to be added to the menu_data folder shipped with GDMENU Card Manager.
Proper font rendering is a complex beast. I've started working on my first own Dreamcast project and getting anti-aliased TTF/OTF rendering with full Unicode support and multi-language text-wrapping right and performant is quite the exercise.
I see there have also been updates to megavolt's repo. I guess I'll have a look at integrating those into my fork soon-ish.
Also check out intrafont if you want simple cross platform performant rendering