diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-22 08:41:32 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-22 08:41:32 +0300 |
commit | e086ef5719b9687d21a0a4bbd227091b4a2f8a7e (patch) | |
tree | 7b3d7263002c9925aebc1d2b0fc73e2a623b3cb3 /src | |
parent | 9d65c4cd9d67e9f04e7c585c9bb6162d20fa5e86 (diff) |
FontPack: Adjusted preformatted sizes
Diffstat (limited to 'src')
-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; |