我不知道我是如何得到我的SFML文字的尺寸是多少?獲取文本的尺寸SFML
我試圖做這樣的:
sf::Text text("Hello SFML", font, 50);
// using text.getRect()
// i also tried getScale() & getSize()
// neither are correct
text.setPosition(window.getSize().y/2 - text.getRect().y,50);
任何一個知道的?
謝謝:)
本地邊界完美地工作!謝謝 ! – Sir