Comment can load process - try for MAC

This commit is contained in:
Filip Sykala - NTB T15p 2022-11-23 10:22:11 +01:00
parent f662000414
commit 4b23cbaffd

View file

@ -1459,11 +1459,11 @@ void GLGizmoEmboss::init_face_names() {
auto it = std::lower_bound(bad.begin(), bad.end(), name); auto it = std::lower_bound(bad.begin(), bad.end(), name);
if (it != bad.end() && *it == name) return false; if (it != bad.end() && *it == name) return false;
wxFont wx_font(wxFontInfo().FaceName(name).Encoding(encoding)); //wxFont wx_font(wxFontInfo().FaceName(name).Encoding(encoding));
//* //*
// Faster chech if wx_font is loadable but not 100% // Faster chech if wx_font is loadable but not 100%
// names could contain not loadable font // names could contain not loadable font
if (!WxFontUtils::can_load(wx_font)) return false; //if (!WxFontUtils::can_load(wx_font)) return false;
/*/ /*/
// Slow copy of font files to try load font // Slow copy of font files to try load font