Index: fpdfsdk/include/pdfwindow/PWL_Label.h |
diff --git a/fpdfsdk/include/pdfwindow/PWL_Label.h b/fpdfsdk/include/pdfwindow/PWL_Label.h |
index f724a0a82be80f6399e467ef63d4ccce01d88c6d..be083db4868f188944f38aae9029b92034b67064 100644 |
--- a/fpdfsdk/include/pdfwindow/PWL_Label.h |
+++ b/fpdfsdk/include/pdfwindow/PWL_Label.h |
@@ -23,11 +23,11 @@ public: |
void SetText(FX_LPCWSTR csText); |
CFX_WideString GetText() const; |
- void SetLimitChar(FX_INT32 nLimitChar); |
- void SetHorzScale(FX_INT32 nHorzScale); |
+ void SetLimitChar(int32_t nLimitChar); |
+ void SetHorzScale(int32_t nHorzScale); |
void SetCharSpace(FX_FLOAT fCharSpace); |
CPDF_Rect GetContentRect() const; |
- FX_INT32 GetTotalWords(); |
+ int32_t GetTotalWords(); |
CFX_ByteString GetTextAppearanceStream(const CPDF_Point & ptOffset) const; |
protected: |