-
Notifications
You must be signed in to change notification settings - Fork 178
Description
In FSO, by default, most fonts scale relative to the screen. For example, here's a mostly-retail screenshot (with only the font replaced to an OTF font) of 1024x768
And here's one taken with a 2560x1440 resolution:
However, things change a little bit when the auto size factor is introduced:
Text proportionally gets a lot larger when resolutions are increased, scaling seems to be applied twice - the scaling that +auto size is doing, and the scaling that's already happening to keep all the fonts the same size compared to vanilla interface elements.
Another problem occurs when Bitmap Fonts are used:
It's a bit of an annoyance because +auto size is actually a really useful in situations like scripts rendering text to the screen. In FSO, by default, those don't scale at all. With +auto size, those texts scale like you'd expect, which makes things like configuring Axem's msgbox script a lot easier.
