summaryrefslogtreecommitdiff
path: root/src/fontpack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontpack.c')
-rw-r--r--src/fontpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontpack.c b/src/fontpack.c
index fb1c98ee..9baedc0e 100644
--- a/src/fontpack.c
+++ b/src/fontpack.c
@@ -48,7 +48,7 @@ float scale_FontSize(enum iFontSize size) {
48 1.333, 48 1.333,
49 1.666, 49 1.666,
50 2.000, 50 2.000,
51 0.568, 51 0.650, //0.568,
52 0.710, /* calibration: fits the Lagrange title screen with Normal line width */ 52 0.710, /* calibration: fits the Lagrange title screen with Normal line width */
53 }; 53 };
54 if (size < 0 || size >= max_FontSize) { 54 if (size < 0 || size >= max_FontSize) {