Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Text loses quality when increasing window size
Print
Pages: [
1
]
Author
Topic: Text loses quality when increasing window size (Read 1491 times)
0 Members and 1 Guest are viewing this topic.
URSvAir14
Newbie
Posts: 14
Text loses quality when increasing window size
«
on:
August 26, 2014, 02:10:34 pm »
At the moment my program stays at 1080x720 resolution, and everything looks fine. However if you make the window larger in any way then text looks much less detailed and clear.
Is there a way to get around this and make the text keep it's quality?
Logged
Hiura
SFML Team
Hero Member
Posts: 4321
Re: Text loses quality when increasing window size
«
Reply #1 on:
August 26, 2014, 02:34:11 pm »
Do you resize your view as describe in the tutorial?
http://sfml-dev.org/tutorials/2.1/graphics-view.php#showing-more-when-the-window-is-resized
Logged
SFML / OS X developer
Laurent
Administrator
Hero Member
Posts: 32498
Re: Text loses quality when increasing window size
«
Reply #2 on:
August 26, 2014, 02:34:29 pm »
If you resize the window, everything is stretched by default. And stretched text looks bad (although this may be less true in the current version of SFML, since text rendering was improved after SFML 2.1).
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Text loses quality when increasing window size