There is definitely a portion of players in your situation, and it's been discussed
on the forums and
many times on
Reddit. The only way to enable the larger font sizes (which currently go up to size 36) is to have a physically larger screen.
I have to say that a true fix for this will turn out to be a massive, massive issue, like an entire month or more of work for this one feature alone, and the result would be a worse game :/. I'll be writing a blog post that examines the problems in more detail.
UI width isn't the problem, as the game was designed for a 4:3 ratio and most screens are now 16:9, so the limiting factor is height. This
- Keeping the map size this time, can't we just increase the text in the green windows ? There is plenty of space I don't understand why everything has to be so small.
is impossible without reduction of information. It only appears that there's plenty of space because you've just started out. Once you can reach later areas of the game, you can fill every row in the main HUD with information. And assuming we can reduce the height of the HUD (which turns out to be the easiest part!), there are other more serious issues: Several of the UI windows no longer fit the screen and need a redesign. The help/commands screen and most all of the game menu windows won't fit--the status window, the various data windows...
(The map of course would have to get smaller, too, and as you've already realized some scanners can reach out to a range of 25, but that is less of a sacrifice.)
So there really is no space to work with. When you design an interface that requires dividing the screen vertically into 60 rows,
everything is based on that foundation. We can have larger fonts (and do!), but no matter what your screen height will be divided by 60 in order to show the results. Any less and you start to lose rows.
To be honest, this issue is one of my top priorities, but it's such a massive deal that I'm not yet sure it can happen. The coming blog post will explain all this in more detail.
Thanks for your concern, and sorry about this!