0 Members and 1 Guest are viewing this topic.
void OnDraw(){ sf::Text text("The quick brown fox jumps over the lazy dog.", font, 72); text.SetPosition(30.0f, 40.0f); window->Draw(text);}