| Index: fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h
|
| diff --git a/fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h b/fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h
|
| index 5e596657ec56247cdff21f7d9026541e22342258..a51e9efbe12020187984340aed901ae9b966059a 100644
|
| --- a/fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h
|
| +++ b/fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h
|
| @@ -29,12 +29,12 @@ public:
|
| void SetAPType(const CFX_ByteString& sAPType);
|
|
|
| protected:
|
| - virtual CPDF_Font* FindFontSameCharset(CFX_ByteString& sFontAlias, FX_INT32 nCharset);
|
| + virtual CPDF_Font* FindFontSameCharset(CFX_ByteString& sFontAlias, int32_t nCharset);
|
| virtual void AddedFont(CPDF_Font* pFont, const CFX_ByteString& sFontAlias);
|
| virtual CPDF_Document* GetDocument();
|
| private:
|
| CPDF_Font* FindResFontSameCharset(CPDF_Dictionary* pResDict, CFX_ByteString& sFontAlias,
|
| - FX_INT32 nCharset);
|
| + int32_t nCharset);
|
| CPDF_Font* GetAnnotDefaultFont(CFX_ByteString &csNameTag);
|
| void AddFontToAnnotDict(CPDF_Font* pFont, const CFX_ByteString& sAlias);
|
|
|
|
|