Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改文本元素中间的文本样式?例如,如果我希望文本的前半部分为粗体,但后半部分不为粗体。
SFML 本身没有这种功能。您可能必须将您的文本分成多个sf::Text并适当地放置它们。
sf::Text
或者你可以制作你自己的文本类来呈现你想要的文本