From be32f02a76635d45c5e6966b2873574a37847969 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Wed, 20 Nov 2019 07:42:24 +0800 Subject: [PATCH] Set font --- code/ryzom/client/src/connection.cpp | 6 ++---- code/ryzom/client/src/init.cpp | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/code/ryzom/client/src/connection.cpp b/code/ryzom/client/src/connection.cpp index 0b2ed1439..8a02e4327 100644 --- a/code/ryzom/client/src/connection.cpp +++ b/code/ryzom/client/src/connection.cpp @@ -438,8 +438,7 @@ bool connection (const string &cookie, const string &fsaddr) Actions.enable(false); EditActions.enable(false); -// resetTextContext ("ingame.ttf", true); - resetTextContext ("ryzom.ttf", true); + resetTextContext("noto_sans_display.ttf", true); if (InterfaceState == GOGOGO_IN_THE_GAME) { @@ -572,8 +571,7 @@ bool reconnection() Actions.enable(false); EditActions.enable(false); -// resetTextContext ("ingame.ttf", true); - resetTextContext ("ryzom.ttf", true); + resetTextContext("noto_sans_display.ttf", true); if (InterfaceState == GOGOGO_IN_THE_GAME) { diff --git a/code/ryzom/client/src/init.cpp b/code/ryzom/client/src/init.cpp index 1f9c10b34..270e2c065 100644 --- a/code/ryzom/client/src/init.cpp +++ b/code/ryzom/client/src/init.cpp @@ -1335,8 +1335,7 @@ void prelogInit() // Create a text context. We need to put the full path because we not already add search path -// resetTextContext ("bremenb.ttf", false); - resetTextContext ("ryzom.ttf", false); + resetTextContext("noto_sans_display.ttf", true); CInterfaceManager::getInstance();