Commit ff97ae9a authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent 5ae775e4
...@@ -606,7 +606,7 @@ void CFontFile::CheckHintsSupport() ...@@ -606,7 +606,7 @@ void CFontFile::CheckHintsSupport()
return; return;
} }
std::string sFamilyName(m_pFace->family_name); std::string sFamilyName((NULL != m_pFace->family_name) ? m_pFace->family_name : "");
if (sFamilyName == "MS Mincho" || sFamilyName == "Castellar") if (sFamilyName == "MS Mincho" || sFamilyName == "Castellar")
m_bHintsSupport = FALSE; m_bHintsSupport = FALSE;
......
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