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

Author Topic: Text effects  (Read 1765 times)

0 Members and 1 Guest are viewing this topic.

McKanzie

  • Newbie
  • *
  • Posts: 2
    • View Profile
Text effects
« on: December 13, 2010, 10:03:08 pm »
Hello,

I'm a n00b with this library and in development in general.

I would like to create some text effects on a sf::String, for example a typewriter text effect.

Do you know how i can start?

Thank you.

Terrydil

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
Text effects
« Reply #1 on: December 14, 2010, 01:32:52 am »
Do you mean text that looks like it was written by a typewriter?  If so, you would be looking for a particular font.  I don't know of one like that off the top of my head but try googling 'free fonts' and looking at the tons that are out there.  Just make sure you check the license's that are attached to them ;)

Lupinius

  • Jr. Member
  • **
  • Posts: 85
    • View Profile
Text effects
« Reply #2 on: December 14, 2010, 02:17:03 pm »
Or do you want to make the letters appear one after the other? If that is the case, you could use a timer and display each letter after a specific time has passed.