float nvg::Text(float x, float y, const string&in str)
Draws text using the current font settings.
float
x
The X position of the text.
float
y
The Y position of the text.
string
str
The text to draw.
float