Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hello, thank you for publishing this tool. I have a question, do you know of a software that can convert fonts created with Calligro into web font, or at least into some format that can be converted into web font?

I'm looking to create pixel-perfect pixel art font for an HTML game and so creating a bitmap font first seems the easiest way (if that's even possible), and I'm not sure if Calligro will be of help there.

I don't think it's possible to do it in a way that would let you use it in HTML/CSS.

 But you can display a bitmap font in <canvas> using, for example, pixi.js or phaser