Commit c23402cc authored by mercury233's avatar mercury233 Committed by GitHub

font order

parent 8b04c7b1
......@@ -93,12 +93,12 @@ bool Game::Initialize() {
textFont = irr::gui::CGUITTFont::createTTFont(env, gameConf.textfont, gameConf.textfontsize);
if(!textFont) {
const wchar_t* textFontPaths[] = {
L"C:/Windows/Fonts/YuGothM.ttc",
L"C:/Windows/Fonts/meiryo.ttc",
L"C:/Windows/Fonts/msgothic.ttc",
L"C:/Windows/Fonts/msyh.ttc",
L"C:/Windows/Fonts/msyh.ttf",
L"C:/Windows/Fonts/simsun.ttc",
L"C:/Windows/Fonts/YuGothM.ttc",
L"C:/Windows/Fonts/meiryo.ttc",
L"C:/Windows/Fonts/msgothic.ttc",
L"/usr/share/fonts/truetype/DroidSansFallbackFull.ttf",
L"/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc",
L"/usr/share/fonts/google-noto-cjk/NotoSansCJK-Regular.ttc",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment