mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix broken fonts for map gps display (#5337)
EtelkaNarrowMediumPro broke with 1.72 hotfix
This commit is contained in:
parent
7a3d15d37c
commit
f210f63bd9
@ -40,7 +40,8 @@ class RscTitles {
|
|||||||
colorBackground[] = {0,0,0,0};
|
colorBackground[] = {0,0,0,0};
|
||||||
colorText[] = {0.247,0.251,0.157,1};
|
colorText[] = {0.247,0.251,0.157,1};
|
||||||
shadowColo[] = {0,0,0,0};
|
shadowColo[] = {0,0,0,0};
|
||||||
font = "EtelkaNarrowMediumPro";
|
// EtelkaNarrowMediumPro broke with 1.72 hotfix, can revert back to that font if fixed (following 3 uses of PuristaSemibold)
|
||||||
|
font = "PuristaSemibold";
|
||||||
shadow = 0;
|
shadow = 0;
|
||||||
sizeEx = 0.042;
|
sizeEx = 0.042;
|
||||||
};
|
};
|
||||||
@ -55,7 +56,7 @@ class RscTitles {
|
|||||||
colorBackground[] = {0,0,0,0};
|
colorBackground[] = {0,0,0,0};
|
||||||
colorText[] = {0.247,0.251,0.157,1};
|
colorText[] = {0.247,0.251,0.157,1};
|
||||||
shadowColo[] = {0,0,0,0};
|
shadowColo[] = {0,0,0,0};
|
||||||
font = "EtelkaNarrowMediumPro";
|
font = "PuristaSemibold";
|
||||||
shadow = 0;
|
shadow = 0;
|
||||||
sizeEx = 0.042;
|
sizeEx = 0.042;
|
||||||
};
|
};
|
||||||
@ -70,7 +71,7 @@ class RscTitles {
|
|||||||
colorBackground[] = {0,0,0,0};
|
colorBackground[] = {0,0,0,0};
|
||||||
colorText[] = {0.247,0.251,0.157,1};
|
colorText[] = {0.247,0.251,0.157,1};
|
||||||
shadowColo[] = {0,0,0,0};
|
shadowColo[] = {0,0,0,0};
|
||||||
font = "EtelkaNarrowMediumPro";
|
font = "PuristaSemibold";
|
||||||
shadow = 0;
|
shadow = 0;
|
||||||
sizeEx = 0.1;
|
sizeEx = 0.1;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user