mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Bug with draw combo fonts
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
@ -541,7 +541,7 @@ namespace NSCommon
|
||||
|
||||
if (pManager->GetFile())
|
||||
{
|
||||
bIsSymbol = pManager->GetFile()->IsSymbolic(true);
|
||||
bIsSymbol = pManager->GetFile()->IsSymbolic(false);
|
||||
}
|
||||
|
||||
if (bIsSymbol)
|
||||
|
||||
Reference in New Issue
Block a user