Draws a single character, returns the spot for the next character to be drawn
Notice: You'll have to execute BeginString before rendering a character and EndString after you're done rendering characters Otherwise the wrong shaders will be used, etc.
See Implementation
Draws a single character, returns the spot for the next character to be drawn
Notice: You'll have to execute BeginString before rendering a character and EndString after you're done rendering characters Otherwise the wrong shaders will be used, etc.