From e086ef5719b9687d21a0a4bbd227091b4a2f8a7e Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 22 Oct 2021 08:41:32 +0300 Subject: FontPack: Adjusted preformatted sizes --- src/fontpack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fontpack.c') diff --git a/src/fontpack.c b/src/fontpack.c index f22ab8dc..7c2fb7f4 100644 --- a/src/fontpack.c +++ b/src/fontpack.c @@ -50,8 +50,8 @@ float scale_FontSize(enum iFontSize size) { 1.333, 1.666, 2.000, - 0.650, //0.568, - 0.710, /* calibration: fits the Lagrange title screen with Normal line width */ + 0.684, + 0.855, /* calibration: fits the Lagrange title screen with Normal line width */ }; if (size < 0 || size >= max_FontSize) { return 1.0f; -- cgit v1.2.3