Tag Archives: tool

Windows Phone 7/8

Creating custom fonts (with outline) for WP7 and XNA

UPDATE: Added new link at the end of the post.

I found this little gem that can create fonts with outline for XNA games: Bitmap Font Maker Utility Plus. It is actually a variation of the Microsoft utility Bitmap Font Maker.

After you choose a font you want to use, set the size for the outline. Note that the font preview does not reflect any changes here and that the resulting font will be white.

The exported file will look something like the following image (depending on your font preference):

In Visual Studio make sure that you set content processor to Sprite Font Texture. I have also changed the extension to xnb since I have had trouble if bmp was left as the extension (but that might be me :) ).

Other blog posts you might read:

Game Tool

Sprite Sheet Packer

Sprite Sheet Packer (at codeplex.com) is an excellent little utility for packing all sprites in a single large texture. It is very simple to use, simply add all the files that need to be packed and select destination file path and type. Transparency will be preserved for PNG images. For preventing issues when using mipmaps, you can add the padding around each image. read more »