default font size and line-height
[?]
Jun 3, 2022, 6:44 AM
R6GUSTBY5ZHR7E46DSIDQDNZDJI6QMZQDC7RPQMQWLGWQKXU6HVQCDependencies
- [2]
XSLCFVFH. - [3]
YPHKZVWMextract a new variable - [4]
HOSPP2ANcrisp font rendering - [5]
Z4XRNDTRfind text - [*]
OTIBCAUJlove2d scaffold - [*]
V5TP27FPctrl-+ and ctrl-- to adjust font size
Change contents
- edit in main.lua at line 64[8.2][4.4127]
-- values for tests - edit in main.lua at line 67
- edit in main.lua at line 102
Font_height = 20love.graphics.setFont(love.graphics.newFont(Font_height))Line_height = 26 - replacement in main.lua at line 267
Line_height = math.floor(Font_height*1.1)Line_height = math.floor(Font_height*1.3) - replacement in main.lua at line 273
Line_height = math.floor(Font_height*1.1)Line_height = math.floor(Font_height*1.3) - replacement in main.lua at line 275
Font_height = 14Font_height = 20 - replacement in main.lua at line 278
Line_height = 15Line_height = 26