To draw text, you will be using the sf::Text class. It's very simple to use: sf::Text text; // select the font text.setFont(font); // font is a ...
確定! 回上一頁