| Index: fpdfsdk/pdfwindow/PWL_FontMap.h
|
| diff --git a/fpdfsdk/pdfwindow/PWL_FontMap.h b/fpdfsdk/pdfwindow/PWL_FontMap.h
|
| index b344e4fef2100730f1f9967d7ae56ea741da60c7..70806ebdbc326a1a8af598936f87d2ff879a4043 100644
|
| --- a/fpdfsdk/pdfwindow/PWL_FontMap.h
|
| +++ b/fpdfsdk/pdfwindow/PWL_FontMap.h
|
| @@ -7,6 +7,7 @@
|
| #ifndef FPDFSDK_PDFWINDOW_PWL_FONTMAP_H_
|
| #define FPDFSDK_PDFWINDOW_PWL_FONTMAP_H_
|
|
|
| +#include "core/fpdfdoc/include/ipvt_fontmap.h"
|
| #include "fpdfsdk/include/fxedit/fx_edit.h"
|
| #include "public/fpdf_sysfontinfo.h"
|
|
|
| @@ -48,12 +49,12 @@ struct CPWL_FontMap_Native {
|
|
|
| #endif
|
|
|
| -class CPWL_FontMap : public IFX_Edit_FontMap {
|
| +class CPWL_FontMap : public IPVT_FontMap {
|
| public:
|
| CPWL_FontMap(IFX_SystemHandler* pSystemHandler);
|
| ~CPWL_FontMap() override;
|
|
|
| - // IFX_Edit_FontMap
|
| + // IPVT_FontMap
|
| CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
|
| CFX_ByteString GetPDFFontAlias(int32_t nFontIndex) override;
|
| int32_t GetWordFontIndex(uint16_t word,
|
|
|