From 0dc18de6bcc78aa914b9f7ea834b20c048366f9f Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Sat, 27 Feb 2021 12:13:51 +0100 Subject: [PATCH] Add information about icon_big_font in initial user's configuration --- data/core/init.lua | 9 +++++---- data/user/init.lua | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/data/core/init.lua b/data/core/init.lua index 741d2ede..32fa6759 100644 --- a/data/core/init.lua +++ b/data/core/init.lua @@ -273,10 +273,11 @@ local style = require "core.style" -- style.code_font = renderer.font.load(DATADIR .. "/fonts/monospace.ttf", 12 * SCALE) -- -- font names used by lite: --- style.font : user interface --- style.big_font : big text in welcome screen --- style.icon_font : icons --- style.code_font : code +-- style.font : user interface +-- style.big_font : big text in welcome screen +-- style.icon_font : icons +-- style.icon_big_font : toolbar icons +-- style.code_font : code -- -- the function to load the font accept a 3rd optional argument like: -- diff --git a/data/user/init.lua b/data/user/init.lua index c969c4e8..063fe102 100644 --- a/data/user/init.lua +++ b/data/user/init.lua @@ -25,10 +25,11 @@ local style = require "core.style" -- style.code_font = renderer.font.load(DATADIR .. "/fonts/monospace.ttf", 12 * SCALE) -- -- font names used by lite: --- style.font : user interface --- style.big_font : big text in welcome screen --- style.icon_font : icons --- style.code_font : code +-- style.font : user interface +-- style.big_font : big text in welcome screen +-- style.icon_font : icons +-- style.icon_big_font : toolbar icons +-- style.code_font : code -- -- the function to load the font accept a 3rd optional argument like: --