SFML community forums

Help => Graphics => Topic started by: carlospereira on March 18, 2013, 04:03:34 am

Title: [SOLVED] delimit print area
Post 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
Title: [SOLVED] delimit print area
Post by: carlospereira on March 18, 2013, 04:41:03 am
The sf::RenderTexture resolved the problem! =)