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

Author Topic: Missing GetCharacterPos in SFML 2.0  (Read 1459 times)

0 Members and 1 Guest are viewing this topic.

rmxhaha

  • Newbie
  • *
  • Posts: 8
    • View Profile
Missing GetCharacterPos in SFML 2.0
« on: October 13, 2012, 12:46:13 pm »
Hey just today I want to move my project to SFML 2.0 from SFML 1.6.
If I am not mistaken sf::String is changed to sf::Text.
and I am missing GetCharacterPos in sf::Text

where is it ? is it depricated or renamed or something else ??

If you have to know I use GetCharacterPos to know each characters width to word-wrap

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: Missing GetCharacterPos in SFML 2.0
« Reply #1 on: October 13, 2012, 01:26:28 pm »
Please take a look at the documentation before you ask, the method has been slightly renamed...
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

 

anything