mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	Change default font sizes to 14(freetype) and 10(non-freetype)
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user