Game Development Reference
In-Depth Information
Parameter
Description
Similar to LineSpacing , but this alters the dis-
tance between adjacent characters.
CharacterSpacing
The pixel format of the output texture. The options
are Auto , Rgba32 , Bgra4444 , and Com-
pressedMono .
TextureFormat
Defaults to Auto , which usually gives Com-
pressedMono to reduce file size.
Uses interpolative alpha instead of pre-multiplied
alpha. Defaults to off/false .
NoPremultiply
DebugOutputSpriteSheet Provides an image version of your sprite sheet so
you can check the output.
For the example game, we'll generate a simple sprite font for the Segoe UI font that
ships with Windows 8. Remember that when you add fonts to your game, you need
to ensure you're licensed to distribute them with software.
Start a command prompt at the location of MakeSpriteFont.exe and run the fol-
lowing command:
MakeSpriteFont.exe "Segoe UI" "GameFont.font"
Search WWH ::




Custom Search