Is it possible to use a SpriteFont for the text that is typed inside a TextBox? This way I can control exactly how the text/font looks in the TextBox. Or are the only font and size configurations available in CSS?
Develop games in your browser. Powerful, performant & highly capable.
They are two very separate objects, your best bet may be to store the text from the textbox in a variable and use that variable to set the text of the spritefont object...