Skip to content

Commit

Permalink
Change default font sizes to 14(freetype) and 10(non-freetype)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jan 10, 2015
1 parent 8089d89 commit 3b16103
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/constants.h
Expand Up @@ -95,11 +95,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define PLAYER_FILE_ALTERNATE_TRIES 1000

/*
* GUI related things
*/
#define LEGACY_SCALING (2./3.)
#define TTF_DEFAULT_FONT_SIZE (12.0 / LEGACY_SCALING)
#define DEFAULT_FONT_SIZE (14)
GUI related things
*/
#define TTF_DEFAULT_FONT_SIZE (14)
#define DEFAULT_FONT_SIZE (10)

#endif

1 comment on commit 3b16103

@davisonio
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to change the lines on defaultsettings.cpp and minetest.conf.example too.

Please sign in to comment.