diff options
-rw-r--r-- | src/fontpack.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { | |||
50 | 1.333, | 50 | 1.333, |
51 | 1.666, | 51 | 1.666, |
52 | 2.000, | 52 | 2.000, |
53 | 0.650, //0.568, | 53 | 0.684, |
54 | 0.710, /* calibration: fits the Lagrange title screen with Normal line width */ | 54 | 0.855, /* calibration: fits the Lagrange title screen with Normal line width */ |
55 | }; | 55 | }; |
56 | if (size < 0 || size >= max_FontSize) { | 56 | if (size < 0 || size >= max_FontSize) { |
57 | return 1.0f; | 57 | return 1.0f; |