SFML community forums
Help => Graphics => Topic started by: carlospereira on March 18, 2013, 04:03:34 am
-
Hi,
Is there a way to limit the print area for the sf::Text? I want to print a text inside a box, but if the text is bigger than the box, only the text that fits the box shall be visible (including parts of characters, such a half glyph...).
Thank you,
Carlos
-
The sf::RenderTexture resolved the problem! =)