Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, Mike! I've purchased this font, but I'm not able to create a bitmap font for Phaser 3 from just the PNG. I also need an XML that maps each character to its position in the PNG file. Do you happen to have this file or know how to create one? All the tools I find take a true type font and create a PNG and an XML file. I haven't found any tool that takes a PNG and creates its XML file.

(1 edit)

Sorry, I've never used Phaser 3, and have always just use the bitmap fonts directly.... I  will say these fonts being "fixed  width/height" fonts, you can probably  write a quite program to generate one - as I assume the XML is for character locations. Should be simple enough...

Thank you, Mike. I ended up doing just that! 🙂