Index: fpdfsdk/include/fxedit/fx_edit.h |
diff --git a/fpdfsdk/include/fxedit/fx_edit.h b/fpdfsdk/include/fxedit/fx_edit.h |
index 4f8b2fbd6763d7a75d0bf7e3dd1a404077384585..23acbfa79f826a6e6fdcc9d679751f83ac55ce88 100644 |
--- a/fpdfsdk/include/fxedit/fx_edit.h |
+++ b/fpdfsdk/include/fxedit/fx_edit.h |
@@ -568,4 +568,9 @@ class IFX_List { |
virtual ~IFX_List() {} |
}; |
+CFX_ByteString GetPDFWordString(IFX_Edit_FontMap* pFontMap, |
+ int32_t nFontIndex, |
+ FX_WORD Word, |
+ FX_WORD SubWord); |
+ |
#endif // FPDFSDK_INCLUDE_FXEDIT_FX_EDIT_H_ |