Index: core/fpdfdoc/include/cpdf_interform.h |
diff --git a/core/fpdfdoc/include/cpdf_interform.h b/core/fpdfdoc/include/cpdf_interform.h |
index f07172c42b7b68aa7eac4ce03a1f9753a7bdd362..6d9d616c895d841ed83adf7a94218712fe593234 100644 |
--- a/core/fpdfdoc/include/cpdf_interform.h |
+++ b/core/fpdfdoc/include/cpdf_interform.h |
@@ -27,6 +27,10 @@ class CPDF_Object; |
class CPDF_Page; |
class IPDF_FormNotify; |
+CPDF_Font* AddNativeInterFormFont(CPDF_Dictionary*& pFormDict, |
+ CPDF_Document* pDocument, |
+ CFX_ByteString& csNameTag); |
+ |
class CPDF_InterForm { |
public: |
explicit CPDF_InterForm(CPDF_Document* pDocument); |