reduce font scale to 1
This commit is contained in:
parent
85f88d904d
commit
c370f9011e
|
@ -37,7 +37,7 @@ namespace RecompRml {
|
|||
|
||||
using namespace Rml;
|
||||
|
||||
constexpr int global_font_scale = 4;
|
||||
constexpr int global_font_scale = 1;
|
||||
|
||||
using FontFaceHandleFreetype = uintptr_t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue