Font for warning texture set to bold

This commit is contained in:
Enrico Turri
2018-07-31 15:32:16 +02:00
parent 5b419b7e2b
commit 4e6c2dc58b

View File

@@ -1485,6 +1485,7 @@ bool GLCanvas3D::WarningTexture::generate(const std::string& msg)
// select default font
wxFont font = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
font.MakeLarger();
font.MakeBold();
memDC.SetFont(font);
// calculates texture size