XNA Framework doesn't support drawing text
2006/12/13
|
CG Programing
I had heard that XNA Framework RTM tries to enable to
use fonts for drawing text on the screen. I have
expected it, because most of game frameworks doesn't
have such feature. But, according to
this thread, it seems impossible
to use fonts for drawing text. We will have to
keep the solution using bitmap font textures.