Bug with draw combo fonts

This commit is contained in:
Oleg Korshul
2018-05-10 20:11:04 +03:00
parent db50e87fe0
commit 3adcfecfb9
2 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ namespace NSCommon
NSFonts::IFontFile* pFile = pManager->GetFile();
if (pFile)
bIsSymbol = pFile->IsSymbolic(true);
bIsSymbol = pFile->IsSymbolic(false);
std::wstring sFontName = pPair->second.m_sName;

View File

@ -541,7 +541,7 @@ namespace NSCommon
if (pManager->GetFile())
{
bIsSymbol = pManager->GetFile()->IsSymbolic(true);
bIsSymbol = pManager->GetFile()->IsSymbolic(false);
}
if (bIsSymbol)