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

Author Topic: sf::Text artifact  (Read 2026 times)

0 Members and 1 Guest are viewing this topic.

Grimshaw

  • Hero Member
  • *****
  • Posts: 631
  • Nephilim SDK
    • View Profile
sf::Text artifact
« on: August 07, 2013, 01:46:57 pm »


I use an older version of sf::Text in my code and I still experience the artifact you can see in the image. I was about sure it was already fixed in SFML. Can someone tell me what was the solution so I can fix it more quickly? Thanks!

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: sf::Text artifact
« Reply #1 on: August 07, 2013, 02:00:19 pm »
Quote
I use an older version of sf::Text
What do you mean?

This bug was fixed in SFML 2.1.
Laurent Gomila - SFML developer

Grimshaw

  • Hero Member
  • *****
  • Posts: 631
  • Nephilim SDK
    • View Profile
Re: sf::Text artifact
« Reply #2 on: August 07, 2013, 02:12:42 pm »
I mean I use a custom sf::Text based on a older version than 2.1, can you point me at the right direction to fix it in my code? :D

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: sf::Text artifact
« Reply #3 on: August 07, 2013, 02:34:08 pm »
I mean I use a custom sf::Text based on a older version than 2.1, can you point me at the right direction to fix it in my code? :D

Well if you looked at the closed issues on github you would find issue #414. And then if looked a little closer at that you would see the commit ID 99d4ec3 which is the fix. Then you can look at the actual commit to find the difference.
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

Grimshaw

  • Hero Member
  • *****
  • Posts: 631
  • Nephilim SDK
    • View Profile
Re: sf::Text artifact
« Reply #4 on: August 07, 2013, 03:05:26 pm »
Completely forgot that bug tracker existed! Thanks a lot mate :)