View Full Version : Fonts in Game
annewandering
09-05-2011, 06:11 AM
Recently I have been tweaking the resolutions for the game on my computer. I can get the nicest graphics, much better than I ever thought possible, but have run into a big problem or more accurately a small problem.
The fonts are so small it is hard for me to see them. The better the graphics the more impossible the fonts. Is there a help for this?
Atomic_Skull
09-05-2011, 06:32 AM
Recently I have been tweaking the resolutions for the game on my computer. I can get the nicest graphics, much better than I ever thought possible, but have run into a big problem or more accurately a small problem.
The fonts are so small it is hard for me to see them. The better the graphics the more impossible the fonts. Is there a help for this?
Not untill SE adds support for a scalable UI. they already did this on the title screen so it's a possibility.
annewandering
09-05-2011, 06:44 AM
Oh I hope so. My eyes are getting worse, which got me to wondering how many others have trouble with the fonts being so small. I cant be the only one out there playing.
Dragoy
09-05-2011, 07:24 AM
Have you tried setting the overlay resolution lower, but keeping the background resolution higher?
If you play in full-screen mode, this might help you a bit, though it will make the GUI space more tight and in windowed mode, the game window will be smaller at least initially.
Kind Regards,
Alhanelem
09-05-2011, 10:00 AM
Oh I hope so. My eyes are getting worse, which got me to wondering how many others have trouble with the fonts being so small. I cant be the only one out there playing.
If your vision isn't that good, you should just leave the game at a lower resolution. It is too difficult to see the difference if your vision isn't "normal."
Making the fonts bigger kind of counters one of the benefits of a high resolution for me, which is having the UI cover less of the screen. If you can't read the text, you most likely can't see the benefit of the resolution you chose.
annewandering
09-06-2011, 01:26 AM
Changing the overlaying resolution is the answer to the fonts problems. It works great! Alhanelan, I dont know if that is going to be a problem but I hope not. :D
It is just wonderful to be able to see log and menu well again! Thanks!
Alhanelem
09-06-2011, 04:03 AM
Changing the overlaying resolution is the answer to the fonts problems. It works great! Alhanelan, I dont know if that is going to be a problem but I hope not. :D
It is just wonderful to be able to see log and menu well again! Thanks!
The "overlaying resolution" is the screen resolution. the background resolution is for the 3D. background = to screen resolution means that every 3D rendered pixel maps to 1 pixel on the screen. Thus, if the background is lower than the overlay resolution, then the graphics will be pixelly while the overlay will not. however, the overlay resolution (your screen resolution) limits the potential quality of the 3D graphics. having the 3D resolution BIGGER than the overlay resolution simply gives you a faux anti-aliasing effect.
Atomic_Skull
09-06-2011, 05:49 AM
having the 3D resolution BIGGER than the overlay resolution simply gives you a faux anti-aliasing effect.
No it's true anti aliasing, it's full scene supersampling. It's just not driver forced anti aliasing. Supersampling is a brute force way of doing it, but it is anti aliasing.
Note also that DirectX 10 and higher do not allow forced anti-aliasing due to problems with deferred rendering and forced anti aliasing (you can't anti-alias "behind the back" of deferred rendering, it has to be aware of the AA or it causes artifacts and glicthes) with DirectX 10 and 11 developers are supposed to implement anti-aliasing support in the application rather than having users turn on forced AA in the drivers.