Comment can load process - try for MAC
This commit is contained in:
parent
f662000414
commit
4b23cbaffd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue