SFML community forums

Help => Graphics => Topic started by: rmxhaha on October 13, 2012, 12:46:13 pm

Title: Missing GetCharacterPos in SFML 2.0
Post by: rmxhaha 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
Title: Re: Missing GetCharacterPos in SFML 2.0
Post by: Nexus on October 13, 2012, 01:26:28 pm
Please take a look at the documentation (http://www.sfml-dev.org/documentation/2.0/classsf_1_1Text.php) before you ask, the method has been slightly renamed...