FreeType: TextBar boldness fix

This commit is contained in:
rtw1x1
2026-02-04 10:50:00 +00:00
parent a3009f4bff
commit 4280220819
4 changed files with 26 additions and 13 deletions

View File

@@ -62,8 +62,11 @@ bool CFontManager::Initialize()
// Common Latin fonts
m_fontPathMap["arial"] = "arial.ttf";
m_fontPathMap["arial bold"] = "arialbd.ttf";
m_fontPathMap["tahoma"] = "tahoma.ttf";
m_fontPathMap["tahoma bold"] = "tahomabd.ttf";
m_fontPathMap["verdana"] = "verdana.ttf";
m_fontPathMap["verdana bold"] = "verdanab.ttf";
m_fontPathMap["times new roman"] = "times.ttf";
m_fontPathMap["courier new"] = "cour.ttf";
m_fontPathMap["segoe ui"] = "segoeui.ttf";