diff options
Diffstat (limited to 'core/fpdfdoc/cpvt_word.h')
-rw-r--r-- | core/fpdfdoc/cpvt_word.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/fpdfdoc/cpvt_word.h b/core/fpdfdoc/cpvt_word.h index 540f0416ad..28e192467b 100644 --- a/core/fpdfdoc/cpvt_word.h +++ b/core/fpdfdoc/cpvt_word.h @@ -19,11 +19,11 @@ class CPVT_Word { int32_t nCharset; CPVT_WordPlace WordPlace; CFX_PointF ptWord; - FX_FLOAT fAscent; - FX_FLOAT fDescent; - FX_FLOAT fWidth; + float fAscent; + float fDescent; + float fWidth; int32_t nFontIndex; - FX_FLOAT fFontSize; + float fFontSize; CPVT_WordProps WordProps; }; |