1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

(INTERIM) Make sizes of the font in formspecs consistent and not so large

Until a permanent fix can be developed
This commit is contained in:
Craig Robbins 2014-12-05 01:42:03 +10:00
parent c16b1e2639
commit f7f7fec497
2 changed files with 17 additions and 1 deletions

View file

@ -98,7 +98,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
* GUI related things
*/
#define LEGACY_SCALING (2./3.)
#define TTF_DEFAULT_FONT_SIZE (13.0 / LEGACY_SCALING)
#define TTF_DEFAULT_FONT_SIZE (12.0 / LEGACY_SCALING)
#define DEFAULT_FONT_SIZE (14)
#endif