diff options
| author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-02-28 23:44:35 +0100 |
|---|---|---|
| committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-02-28 23:44:35 +0100 |
| commit | c0942bbde745b698b841eb5141ba47119a92e9ca (patch) | |
| tree | 822d45811bb00e385007dbd2761634b803942100 | |
| parent | 75eadf4dc77c9d63ff7673b5d249cf75d1ef9763 (diff) | |
| download | lite-xl-c0942bbde745b698b841eb5141ba47119a92e9ca.tar.gz lite-xl-c0942bbde745b698b841eb5141ba47119a92e9ca.zip | |
Use slightly larget font for UI
| -rw-r--r-- | data/core/style.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/core/style.lua b/data/core/style.lua index 790c9085..02dd5e79 100644 --- a/data/core/style.lua +++ b/data/core/style.lua @@ -21,7 +21,7 @@ style.tab_width = common.round(170 * SCALE) -- -- On High DPI monitor or non RGB monitor you may consider using antialiasing grayscale instead. -- The antialiasing grayscale with full hinting is interesting for crisp font rendering. -style.font = renderer.font.load(DATADIR .. "/fonts/font.ttf", 12 * SCALE) +style.font = renderer.font.load(DATADIR .. "/fonts/font.ttf", 13 * SCALE) style.big_font = renderer.font.load(DATADIR .. "/fonts/font.ttf", 34 * SCALE) style.icon_font = renderer.font.load(DATADIR .. "/fonts/icons.ttf", 14 * SCALE, {antialiasing="grayscale", hinting="full"}) style.icon_big_font = renderer.font.load(DATADIR .. "/fonts/icons.ttf", 20 * SCALE, {antialiasing="grayscale", hinting="full"}) |
