| Index: xfa/fxfa/include/xfa_fontmgr.h
|
| diff --git a/xfa/fxfa/include/xfa_fontmgr.h b/xfa/fxfa/include/xfa_fontmgr.h
|
| index cab3cfb219701720e204359a69400341e1fb012c..8b3e20f5e32972ff76df698f378e98f626f9b448 100644
|
| --- a/xfa/fxfa/include/xfa_fontmgr.h
|
| +++ b/xfa/fxfa/include/xfa_fontmgr.h
|
| @@ -42,10 +42,11 @@ class CXFA_DefFontMgr {
|
| CFX_PtrArray m_CacheFonts;
|
| };
|
|
|
| -class CXFA_PDFFontMgr : public IFX_FontProvider {
|
| +class CXFA_PDFFontMgr {
|
| public:
|
| CXFA_PDFFontMgr(CXFA_FFDoc* pDoc);
|
| ~CXFA_PDFFontMgr();
|
| +
|
| IFX_Font* GetFont(const CFX_WideStringC& wsFontFamily,
|
| uint32_t dwFontStyles,
|
| CPDF_Font** pPDFFont,
|
|
|