12x12 Small outline bitmap font
A downloadable 2D Bitmap Font
Buy Now$2.99 USD or more
Lower case characters added!
12x12 Upper case ASCII font, complete with numbers and symbols - Characters below included . Includes a drop shadow version.
!"#$%&'()*+,-./
0123456789:;<=>?
@ABCDEFGHIJKLMNO
PQRSTUVWXYZ[\]^_
'abcdefghijklmno
pqrstuvwxyz`{|}~…©
Can be modified for your needs. For use in free and commercial projects. Can not be resold as a stand alone asset on it's own, or included with other assets even if modified. Only for usage in projects.
Status | Released |
Category | Assets |
Author | Mike Dailly |
Tags | 2D, bitmap, bitmapfont, Fonts, Pixel Art, pixel-font |
Purchase
Buy Now$2.99 USD or more
In order to download this 2D Bitmap Font you must purchase it at or above the minimum price of $2.99 USD. You will get access to the following files:
small_outline_font.zip 6.1 kB
Comments
Log in with itch.io to leave a comment.
Cool font ! But could have been nice to have a .ttf file of it too
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.
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! 🙂