| Index: xfa/fxfa/app/xfa_fontmgr.cpp
|
| diff --git a/xfa/fxfa/app/xfa_fontmgr.cpp b/xfa/fxfa/app/xfa_fontmgr.cpp
|
| index d191ce35373805f3095cd21fd8ba237a19ee429b..6cdcd81bec1ee57484d4ae9b62112a2f3375a491 100644
|
| --- a/xfa/fxfa/app/xfa_fontmgr.cpp
|
| +++ b/xfa/fxfa/app/xfa_fontmgr.cpp
|
| @@ -1867,7 +1867,7 @@ CFGAS_GEFont* CXFA_PDFFontMgr::FindFont(CFX_ByteString strPsName,
|
| *pDstPDFFont = pPDFFont;
|
| return nullptr;
|
| }
|
| - return CFGAS_GEFont::LoadFont(&pPDFFont->m_Font, pFDEFontMgr);
|
| + return CFGAS_GEFont::LoadFont(&pPDFFont->m_Font, true, pFDEFontMgr);
|
| }
|
| return nullptr;
|
| }
|
|
|