Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [SOLVED] delimit print area  (Read 925 times)

0 Members and 1 Guest are viewing this topic.

carlospereira

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
[SOLVED] delimit print area
« 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
« Last Edit: March 18, 2013, 04:41:28 am by carlospereira »

carlospereira

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
[SOLVED] delimit print area
« Reply #1 on: March 18, 2013, 04:41:03 am »
The sf::RenderTexture resolved the problem! =)