1
General discussions / Re: Poor Performance of Text Drawing on Linux (Easily Fixed)
« on: June 12, 2013, 10:50:17 pm »
That was fast, thank you!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I started to implement the generci solution and quickly got stuck on the constructor which takes a WindowHandle; in this case there's no way to know the initial size of the window other than asking the OS. So the final solution will probably have to be handled in each implementation.
QuoteWill make a ticket sometime when I get a github accountI've alreade made one, so you don't have to do this anymore: https://github.com/SFML/SFML/issues/405
I don't know, I have to look at the implementation. But that would probably be handled at the generic level (sf::WindowImpl base class), so that the getSize virtual function can be removed. I also have to check which functions could work the same way, if any.
So just create a ticket, and I'll work on that later (but soon ).