0
kicks
Draw Horizontally Centered Text in XNA
Because there is no built in function for centering text drawn to the screen in XNA, I have created a small static method that will take in a string and draw it centered horizontally on the screen.