forked from Mirrorlandia_minetest/minetest
Increase default font_size
This commit is contained in:
parent
9a9fcfc9a3
commit
8941ea0cc9
@ -252,16 +252,16 @@
|
|||||||
#freetype = true
|
#freetype = true
|
||||||
# Path to TrueTypeFont or bitmap
|
# Path to TrueTypeFont or bitmap
|
||||||
#font_path = fonts/liberationsans.ttf
|
#font_path = fonts/liberationsans.ttf
|
||||||
#font_size = 13
|
#font_size = 15
|
||||||
# Font shadow offset, if 0 then shadow will not be drawn
|
# Font shadow offset, if 0 then shadow will not be drawn
|
||||||
#font_shadow = 1
|
#font_shadow = 1
|
||||||
# Font shadow alpha (opaqueness, between 0 and 255)
|
# Font shadow alpha (opaqueness, between 0 and 255)
|
||||||
#font_shadow_alpha = 128
|
#font_shadow_alpha = 128
|
||||||
#mono_font_path = fonts/liberationmono.ttf
|
#mono_font_path = fonts/liberationmono.ttf
|
||||||
#mono_font_size = 13
|
#mono_font_size = 15
|
||||||
# This font will be used for certain languages
|
# This font will be used for certain languages
|
||||||
#fallback_font_path = fonts/DroidSansFallbackFull.ttf
|
#fallback_font_path = fonts/DroidSansFallbackFull.ttf
|
||||||
#fallback_font_size = 13
|
#fallback_font_size = 15
|
||||||
#fallback_font_shadow = 1
|
#fallback_font_shadow = 1
|
||||||
#fallback_font_shadow_alpha = 128
|
#fallback_font_shadow_alpha = 128
|
||||||
# Override language. When no value is provided (default) system language is used.
|
# Override language. When no value is provided (default) system language is used.
|
||||||
|
@ -105,7 +105,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#define TTF_DEFAULT_FONT_SIZE (18)
|
#define TTF_DEFAULT_FONT_SIZE (18)
|
||||||
#else
|
#else
|
||||||
#define TTF_DEFAULT_FONT_SIZE (14)
|
#define TTF_DEFAULT_FONT_SIZE (15)
|
||||||
#endif
|
#endif
|
||||||
#define DEFAULT_FONT_SIZE (10)
|
#define DEFAULT_FONT_SIZE (10)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user