You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of fonts used in different places are hard coded to use the same style in font.mdl. This means a change in the style appropriate for one of the places (such as in flight in on a high resolution) negatively affects all the other places where the same style is used (such as in 2d 800*600 mode). This blocks mods to font.mdl which make text larger and more readable in in flight mode on high resolutions for example.
Change proposes changing all references to the same font style in different places to point to unique appropriately named versions and an updated font.mdl. The new font definitions in font.mdl can be duplicates of the original fonts used, just with different names.
Imported from trac ticket #81, created by madpeople on 04-11-2010 at 15:29, last modified: 02-24-2012 at 01:19
The text was updated successfully, but these errors were encountered:
A lot of fonts used in different places are hard coded to use the same style in font.mdl. This means a change in the style appropriate for one of the places (such as in flight in on a high resolution) negatively affects all the other places where the same style is used (such as in 2d 800*600 mode). This blocks mods to font.mdl which make text larger and more readable in in flight mode on high resolutions for example.
Change proposes changing all references to the same font style in different places to point to unique appropriately named versions and an updated font.mdl. The new font definitions in font.mdl can be duplicates of the original fonts used, just with different names.
Imported from trac ticket #81, created by madpeople on 04-11-2010 at 15:29, last modified: 02-24-2012 at 01:19
The text was updated successfully, but these errors were encountered: