So from what I understand, there are two ways to go about rendering fonts in DirectX 11. A) you can load a texture with all of a font's characters as well as a text file mapping sections of the texture to actual ASCII values. B) you can use the GDI to load and render fonts.
Which would be more suited towards rendering text at a relatively fast rate in my game?








