From 7f022eda00ea7f11b9d8b4842851249287c7a683 Mon Sep 17 00:00:00 2001 From: jonpas Date: Wed, 24 Feb 2016 15:06:27 +0100 Subject: [PATCH] Replace Purista with Roboto - everywhere, close #3401 --- addons/common/CfgLocationTypes.hpp | 2 +- addons/common/HintConfig.hpp | 2 +- addons/common/define.hpp | 16 +++++----- addons/dagr/Dialog.hpp | 8 ++--- addons/dagr/RscTitles.hpp | 4 +-- addons/finger/functions/fnc_perFrameEH.sqf | 2 +- addons/frag/functions/fnc_drawTraces.sqf | 2 +- addons/goggles/define.hpp | 32 +++++++++---------- addons/huntir/Dialog.hpp | 4 +-- addons/huntir/RscTitles.hpp | 4 +-- addons/interaction/RscTitles.hpp | 2 +- addons/map/MapTweaks.hpp | 2 +- .../functions/fnc_drawMapGestures.sqf | 2 +- addons/medical/ui/RscTitles.hpp | 4 +-- addons/medical/ui/triagecard.hpp | 6 ++-- addons/medical_menu/ui/menu.hpp | 2 +- .../functions/fnc_drawNameTagIcon.sqf | 2 +- addons/optionsmenu/gui/define.hpp | 2 +- addons/optionsmenu/gui/pauseMenu.hpp | 14 ++++---- addons/optionsmenu/gui/settingsMenu.hpp | 6 ++-- addons/scopes/RscTitles.hpp | 6 ++-- 21 files changed, 62 insertions(+), 62 deletions(-) diff --git a/addons/common/CfgLocationTypes.hpp b/addons/common/CfgLocationTypes.hpp index 8ff7ba8674..15b56c120c 100644 --- a/addons/common/CfgLocationTypes.hpp +++ b/addons/common/CfgLocationTypes.hpp @@ -5,7 +5,7 @@ class CfgLocationTypes { class ACE_HashLocation { color[] = {0,0,0,0}; drawStyle = "bananas"; - font = "PuristaMedium"; + font = "RobotoCondensed"; importance = 5; name = "HashLocation"; shadow = 0; diff --git a/addons/common/HintConfig.hpp b/addons/common/HintConfig.hpp index bd74ac510a..04c6995318 100644 --- a/addons/common/HintConfig.hpp +++ b/addons/common/HintConfig.hpp @@ -25,7 +25,7 @@ class RscTitles { y = safeZoneY + 0.2 * safezoneH; w = 0.2 * safeZoneW; h = 0.1 * SafeZoneH; - font = "PuristaMedium"; + font = "RobotoCondensed"; }; }; }; diff --git a/addons/common/define.hpp b/addons/common/define.hpp index 98367e72ae..5cb3904f3d 100644 --- a/addons/common/define.hpp +++ b/addons/common/define.hpp @@ -80,7 +80,7 @@ // Listbox styles #define LB_TEXTURES 0x10 #define LB_MULTI 0x20 -#define FontCSE "PuristaMedium" +#define FontCSE "RobotoCondensed" class ACE_gui_backgroundBase { type = CT_STATIC; @@ -125,7 +125,7 @@ class ACE_gui_editBase text = ""; size = 0.2; style = "0x00 + 0x40"; - font = "PuristaMedium"; + font = "RobotoCondensed"; shadow = 2; sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)"; colorDisabled[] = @@ -463,22 +463,22 @@ class ACE_gui_mapBase { colorGrid[] = {0.1,0.1,0.1,0.6}; colorGridMap[] = {0.1,0.1,0.1,0.6}; colorText[] = {1, 1, 1, 0.85}; -font = "PuristaMedium"; +font = "RobotoCondensed"; sizeEx = 0.0270000; stickX[] = {0.20, {"Gamma", 1.00, 1.50} }; stickY[] = {0.20, {"Gamma", 1.00, 1.50} }; onMouseButtonClick = ""; onMouseButtonDblClick = ""; - fontLabel = "PuristaMedium"; + fontLabel = "RobotoCondensed"; sizeExLabel = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)"; fontGrid = "TahomaB"; sizeExGrid = 0.02; fontUnits = "TahomaB"; sizeExUnits = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)"; - fontNames = "PuristaMedium"; + fontNames = "RobotoCondensed"; sizeExNames = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8) * 2"; - fontInfo = "PuristaMedium"; + fontInfo = "RobotoCondensed"; sizeExInfo = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)"; fontLevel = "TahomaB"; sizeExLevel = 0.02; @@ -493,7 +493,7 @@ onMouseButtonDblClick = ""; y = "SafeZoneY + safezoneH - 4.5 * ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25)"; w = "10 * ( ((safezoneW / safezoneH) min 1.2) / 40)"; h = "3.5 * ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25)"; - font = "PuristaMedium"; + font = "RobotoCondensed"; sizeEx = "( ( ( ((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.8)"; colorBackground[] = {1,1,1,0.5}; color[] = {0,0,0,1}; @@ -787,4 +787,4 @@ onMouseButtonDblClick = ""; }; }; -#endif \ No newline at end of file +#endif diff --git a/addons/dagr/Dialog.hpp b/addons/dagr/Dialog.hpp index 2faeb03879..17c065f830 100644 --- a/addons/dagr/Dialog.hpp +++ b/addons/dagr/Dialog.hpp @@ -71,7 +71,7 @@ // Listbox styles #define LB_TEXTURES 0x10 #define LB_MULTI 0x20 -#define FontM "PuristaMedium" +#define FontM "RobotoCondensed" class RscText; @@ -79,7 +79,7 @@ class DAGR_Button { idc = -1; type = CT_BUTTON; style = ST_LEFT; - font = "PuristaMedium"; + font = "RobotoCondensed"; sizeEx = 0.02; colorText[] = { 0, 1, 0, 1 }; colorFocused[] = { 0, 0, 0, 0 }; // border color for focused state @@ -116,7 +116,7 @@ class DAGR_Menu_Pic { text = ""; colorBackground[] = {}; colorText[] = {}; - font = "PuristaMedium"; + font = "RobotoCondensed"; sizeEx = 0.04; waitForLoad = 0; }; @@ -131,7 +131,7 @@ class DAGR_Menu_Text { h = 0.15; colorBackground[] = { 0, 0, 0, 0 }; colorText[] = { 0.239, 0.216, 0.153, 1 }; - font = "PuristaMedium"; + font = "RobotoCondensed"; sizeEx = 0.03; waitForLoad = 0; text = ""; diff --git a/addons/dagr/RscTitles.hpp b/addons/dagr/RscTitles.hpp index 8467c70f66..9ab34ee86f 100644 --- a/addons/dagr/RscTitles.hpp +++ b/addons/dagr/RscTitles.hpp @@ -10,7 +10,7 @@ class RscTitles { text = ""; colorBackground[] = { 0, 0, 0, 0 }; colorText[] = { 0.239, 0.216, 0.153, 1 }; - font = "PuristaMedium"; + font = "RobotoCondensed"; sizeEx = 0.04; waitForLoad = 0; }; @@ -25,7 +25,7 @@ class RscTitles { text = ""; colorBackground[] = {}; colorText[] = {}; - font = "PuristaMedium"; + font = "RobotoCondensed"; sizeEx = 0.02; waitForLoad = 0; }; diff --git a/addons/finger/functions/fnc_perFrameEH.sqf b/addons/finger/functions/fnc_perFrameEH.sqf index 7f0150c492..61c8f077ab 100644 --- a/addons/finger/functions/fnc_perFrameEH.sqf +++ b/addons/finger/functions/fnc_perFrameEH.sqf @@ -41,7 +41,7 @@ _iconSize = BASE_SIZE * _fovCorrection; _drawColor set [3, ((_drawColor select 3) * (_timeLeftToShow / 0.5))]; }; - drawIcon3D [QUOTE(PATHTOF(UI\fp_icon2.paa)), _drawColor, _pos, _iconSize, _iconSize, 0, _name, 1, 0.03, "PuristaMedium"]; + drawIcon3D [QUOTE(PATHTOF(UI\fp_icon2.paa)), _drawColor, _pos, _iconSize, _iconSize, 0, _name, 1, 0.03, "RobotoCondensed"]; }; } count (GVAR(fingersHash) select 0); diff --git a/addons/frag/functions/fnc_drawTraces.sqf b/addons/frag/functions/fnc_drawTraces.sqf index e61fc9b5ba..ac95957ad4 100644 --- a/addons/frag/functions/fnc_drawTraces.sqf +++ b/addons/frag/functions/fnc_drawTraces.sqf @@ -28,5 +28,5 @@ private ["_color", "_index", "_lastPos", "_lastSpd", "_max", "_positions", "_sta _lastPos = _pos2; _lastSpd = _data1 select 1; }; - // drawIcon3D ["", [1,0,0,1], _lastPos, 0, 0, 0, format["%1m/s", _lastSpd], 1, 0.05, "PuristaMedium"]; + // drawIcon3D ["", [1,0,0,1], _lastPos, 0, 0, 0, format["%1m/s", _lastSpd], 1, 0.05, "RobotoCondensed"]; } forEach GVAR(traces); diff --git a/addons/goggles/define.hpp b/addons/goggles/define.hpp index 34c207bd20..7f83930774 100644 --- a/addons/goggles/define.hpp +++ b/addons/goggles/define.hpp @@ -7,20 +7,20 @@ //////////////// class RscPicture { - access = 0; - idc = -1; - type = CT_STATIC; - style = ST_PICTURE; - colorBackground[] = {0,0,0,0}; - colorText[] = {1,1,1,1}; - font = "puristaMedium"; - sizeEx = 0; - lineSpacing = 0; - fixedWidth = 0; - shadow = 0; - text = ""; - x = safezoneX; - y = safezoneY; - w = safezoneW; - h = safezoneH; + access = 0; + idc = -1; + type = CT_STATIC; + style = ST_PICTURE; + colorBackground[] = {0,0,0,0}; + colorText[] = {1,1,1,1}; + font = "RobotoCondensed"; + sizeEx = 0; + lineSpacing = 0; + fixedWidth = 0; + shadow = 0; + text = ""; + x = safezoneX; + y = safezoneY; + w = safezoneW; + h = safezoneH; }; diff --git a/addons/huntir/Dialog.hpp b/addons/huntir/Dialog.hpp index 97058394a5..ca1e85466b 100644 --- a/addons/huntir/Dialog.hpp +++ b/addons/huntir/Dialog.hpp @@ -50,7 +50,7 @@ #define ST_TILE_PICTURE 144 #define ST_WITH_RECT 160 #define ST_LINE 176 -#define FontM "PuristaMedium" +#define FontM "RobotoCondensed" #define __XA SafeZoneXAbs #define __X SafeZoneX #define __Y SafeZoneY @@ -146,7 +146,7 @@ class ace_huntir_cam_dialog { style = 48; colorText[ ]={ 1,1,1,1 }; colorBackground[ ]={ 0.4,0.4,0.4,1 }; - font = "PuristaMedium"; + font = "RobotoCondensed"; sizeEx = 0.021; lineSpacing = 1; x = __X; diff --git a/addons/huntir/RscTitles.hpp b/addons/huntir/RscTitles.hpp index de94f17a5e..dfb52814d4 100644 --- a/addons/huntir/RscTitles.hpp +++ b/addons/huntir/RscTitles.hpp @@ -15,7 +15,7 @@ class RscTitles { idc = 64432; style = 0; x = 0.497;y = 0.297;w = 0.2;h = 0.2; - font = "PuristaMedium"; + font = "RobotoCondensed"; sizeEx = __FONTHEIGHT; colorText[] = {1, 1, 1, 1}; colorBackground[]={0,0,0,0}; @@ -38,4 +38,4 @@ class RscTitles { }; }; }; -}; \ No newline at end of file +}; diff --git a/addons/interaction/RscTitles.hpp b/addons/interaction/RscTitles.hpp index f75da59cce..d03d3e0f36 100644 --- a/addons/interaction/RscTitles.hpp +++ b/addons/interaction/RscTitles.hpp @@ -11,7 +11,7 @@ class ACE_Interaction_Button_Base { access = 0; type = 1; text = ""; - font = "PuristaMedium"; + font = "RobotoCondensed"; sizeEx = "0.8 / 40 / (getResolution select 5)"; shadow = 2; diff --git a/addons/map/MapTweaks.hpp b/addons/map/MapTweaks.hpp index 2cf5786059..52edf29341 100644 --- a/addons/map/MapTweaks.hpp +++ b/addons/map/MapTweaks.hpp @@ -29,7 +29,7 @@ class Tree { class Legend { x = SafeZoneX+SafeZoneW-.340; y = SafeZoneY+SafeZoneH-.152; - font = "PuristaMedium"; + font = "RobotoCondensed"; w = .340; h = .152; sizeEx = 0.039210; diff --git a/addons/map_gestures/functions/fnc_drawMapGestures.sqf b/addons/map_gestures/functions/fnc_drawMapGestures.sqf index b369686501..13c08a03fc 100644 --- a/addons/map_gestures/functions/fnc_drawMapGestures.sqf +++ b/addons/map_gestures/functions/fnc_drawMapGestures.sqf @@ -19,7 +19,7 @@ #define ICON_TEXT_ALIGN "left" #define ICON_ANGLE 0 #define ICON_SHADOW 1 -#define TEXT_FONT "PuristaBold" +#define TEXT_FONT "RobotoCondensedBold" #define TEXT_ICON_RENDER_SIZE 20 #define TEXT_SIZE 0.030 #define TEXT_SHADOW 0 diff --git a/addons/medical/ui/RscTitles.hpp b/addons/medical/ui/RscTitles.hpp index b81643990c..520a431d7b 100644 --- a/addons/medical/ui/RscTitles.hpp +++ b/addons/medical/ui/RscTitles.hpp @@ -57,7 +57,7 @@ class Rsctitles { h = "0.7 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)"; SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.7)"; style = 0x00 + 0x100; // ST_LEFT + ST_SHADOW - font = "PuristaMedium"; + font = "RobotoCondensed"; colorText[] = {0.95, 0.95, 0.95, 0.75}; colorBackground[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", "(profilenamespace getVariable ['GUI_BCG_RGB_A',0.9])"}; text = CSTRING(Injuries); @@ -103,7 +103,7 @@ class Rsctitles { h = "0.7 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)"; SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.7)"; style = 0x00 + 0x100; // ST_LEFT + ST_SHADOW - font = "PuristaMedium"; + font = "RobotoCondensed"; colorText[] = {0.95, 0.95, 0.95, 0.75}; colorBackground[] = {0,0,0,0.9}; text = ""; diff --git a/addons/medical/ui/triagecard.hpp b/addons/medical/ui/triagecard.hpp index d07da4337e..1122c2e942 100644 --- a/addons/medical/ui/triagecard.hpp +++ b/addons/medical/ui/triagecard.hpp @@ -14,7 +14,7 @@ class GVAR(triageCard) { w = "15 * (((safezoneW / safezoneH) min 1.2) / 40)"; h = "19 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)"; style = ST_LEFT + ST_SHADOW; - font = "PuristaMedium"; + font = "RobotoCondensed"; SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)"; colorText[] = {0.0, 0.0, 0.0, 1}; colorBackground[] = {1,1,1,1}; @@ -26,7 +26,7 @@ class GVAR(triageCard) { y = "1 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) + (safezoneY + (safezoneH - (((safezoneW / safezoneH) min 1.2) / 1.2))/2)"; w = "5 * (((safezoneW / safezoneH) min 1.2) / 40)"; h = "5 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)"; - font = "PuristaMedium"; + font = "RobotoCondensed"; SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)"; colorText[] = {1,1,0,1}; colorBackground[] = {0,0,0,0}; @@ -46,7 +46,7 @@ class GVAR(triageCard) { h = "0.7 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)"; SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 0.7)"; style = 0x02 + 0x100; // ST_LEFT + ST_SHADOW - font = "PuristaMedium"; + font = "RobotoCondensed"; colorText[] = {0,0,0,1}; colorBackground[] = {0,0,0,0}; text = CSTRING(Actions_TriageCard); diff --git a/addons/medical_menu/ui/menu.hpp b/addons/medical_menu/ui/menu.hpp index 5968a643ff..c443819caa 100644 --- a/addons/medical_menu/ui/menu.hpp +++ b/addons/medical_menu/ui/menu.hpp @@ -37,7 +37,7 @@ class GVAR(medicalMenu) { w = "38 * (((safezoneW / safezoneH) min 1.2) / 40)"; h = "1 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)"; style = ST_LEFT + ST_SHADOW; - font = "PuristaMedium"; + font = "RobotoCondensed"; SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)"; colorText[] = {0.95, 0.95, 0.95, 0.75}; colorBackground[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", "(profilenamespace getVariable ['GUI_BCG_RGB_A',0.9])"}; diff --git a/addons/nametags/functions/fnc_drawNameTagIcon.sqf b/addons/nametags/functions/fnc_drawNameTagIcon.sqf index 3c206c6c57..c564e6e90f 100644 --- a/addons/nametags/functions/fnc_drawNameTagIcon.sqf +++ b/addons/nametags/functions/fnc_drawNameTagIcon.sqf @@ -70,7 +70,7 @@ _fnc_parameters = { _name, 2, (0.05 * _scale), - "PuristaMedium" + "RobotoCondensed" ] }; diff --git a/addons/optionsmenu/gui/define.hpp b/addons/optionsmenu/gui/define.hpp index 2a3fffc736..ef9ef0d02b 100644 --- a/addons/optionsmenu/gui/define.hpp +++ b/addons/optionsmenu/gui/define.hpp @@ -92,6 +92,6 @@ class RscText; // Listbox styles #define LB_TEXTURES 0x10 #define LB_MULTI 0x20 -#define FontCSE "PuristaMedium" +#define FontCSE "RobotoCondensed" #endif diff --git a/addons/optionsmenu/gui/pauseMenu.hpp b/addons/optionsmenu/gui/pauseMenu.hpp index 2c14aecc99..34f368df4a 100644 --- a/addons/optionsmenu/gui/pauseMenu.hpp +++ b/addons/optionsmenu/gui/pauseMenu.hpp @@ -1,13 +1,13 @@ class ACE_Open_SettingsMenu_BtnBase : ACE_gui_buttonBase { class Attributes { - font = "PuristaMedium"; + font = "RobotoCondensed"; color = "#E5E5E5"; align = "left"; shadow = "true"; }; class AttributesImage { - font = "PuristaMedium"; + font = "RobotoCondensed"; color = "#E5E5E5"; align = "left"; }; @@ -46,7 +46,7 @@ class ACE_Open_SettingsMenu_BtnBase : ACE_gui_buttonBase { colorFocused[] = {0,0,0,1}; colorText[] = {1,1,1,1}; default = 0; - font = "PuristaMedium"; + font = "RobotoCondensed"; idc = -1; period = 1.2; periodFocus = 1.2; @@ -149,17 +149,17 @@ class RscDisplayMain: RscStandardDisplay { shadow = 0; class H1 { - font = "PuristaMedium"; - fontBold = "PuristaLight"; + font = "RobotoCondensed"; + fontBold = "RobotoCondensedLight"; sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.4)"; }; class H2: H1 { sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1.2)"; - font = "PuristaLight"; + font = "RobotoCondensedLight"; }; class P: H1 { sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)"; - fontBold = "PuristaLight"; + fontBold = "RobotoCondensedLight"; }; colorBold[] = {0.6,0.6,0.6,1}; colorLink[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])",1}; diff --git a/addons/optionsmenu/gui/settingsMenu.hpp b/addons/optionsmenu/gui/settingsMenu.hpp index 37950b1c42..e9265e59fd 100644 --- a/addons/optionsmenu/gui/settingsMenu.hpp +++ b/addons/optionsmenu/gui/settingsMenu.hpp @@ -30,7 +30,7 @@ class ACE_settingsMenu { w = W_PART(38); h = H_PART(1); style = ST_LEFT + ST_SHADOW; - font = "PuristaMedium"; + font = "RobotoCondensed"; SizeEx = H_PART(1); colorText[] = {0.95, 0.95, 0.95, 0.75}; colorBackground[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", "(profilenamespace getVariable ['GUI_BCG_RGB_A',0.9])"}; @@ -67,7 +67,7 @@ class ACE_settingsMenu { w = W_PART(38); h = H_PART(1); style = ST_LEFT + ST_SHADOW; - font = "PuristaMedium"; + font = "RobotoCondensed"; SizeEx = H_PART(1); colorText[] = {0.95, 0.95, 0.95, 0.75}; colorBackground[] = {0,0,0,0}; @@ -287,7 +287,7 @@ class ACE_serverSettingsMenu: ACE_settingsMenu { w = W_PART(38); h = H_PART(1); style = ST_LEFT + ST_SHADOW; - font = "PuristaMedium"; + font = "RobotoCondensed"; SizeEx = H_PART(1); colorText[] = {0.95, 0.95, 0.95, 0.75}; colorBackground[] = {0,0,0,0}; diff --git a/addons/scopes/RscTitles.hpp b/addons/scopes/RscTitles.hpp index 4452c8456c..7aec20458c 100644 --- a/addons/scopes/RscTitles.hpp +++ b/addons/scopes/RscTitles.hpp @@ -21,7 +21,7 @@ class RscTitles { style = 48 + 0x800; scale = 1; sizeEx = 1; - font = "PuristaMedium"; + font = "RobotoCondensed"; colorText[] = { 1, 1, 1, 1 }; colorBackground[] = { 1, 1, 1, 1 }; shadow = 1; @@ -37,7 +37,7 @@ class RscTitles { style = 2; sizeEx = 0.04; lineSpacing = 1; - font = "PuristaMedium"; + font = "RobotoCondensed"; text = ""; colorText[] = { 1, 1, 1, 0.9 }; colorBackground[] = { 1, 0, 0, 0 }; @@ -54,7 +54,7 @@ class RscTitles { style = 0; sizeEx = 0.04; lineSpacing = 1; - font = "PuristaMedium"; + font = "RobotoCondensed"; text = ""; colorText[] = { 1, 1, 1, 0.9 }; colorBackground[] = { 1, 0, 0, 0 };