diff options
Diffstat (limited to 'xfa/fxfa')
-rw-r--r-- | xfa/fxfa/cxfa_fontmgr.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xfa/fxfa/cxfa_fontmgr.cpp b/xfa/fxfa/cxfa_fontmgr.cpp index c35b10c9bc..8bacf07742 100644 --- a/xfa/fxfa/cxfa_fontmgr.cpp +++ b/xfa/fxfa/cxfa_fontmgr.cpp @@ -74,10 +74,9 @@ RetainPtr<CFGAS_GEFont> CXFA_FontMgr::GetFont( } if (pFont) { - if (pPDFFont) { + if (pPDFFont) pMgr->SetFont(pFont, pPDFFont); - pFont->SetFontProvider(pMgr); - } + m_FontMap[bsKey] = pFont; } return pFont; |