summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_themetext.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_themetext.h')
-rw-r--r--xfa/fwl/cfwl_themetext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fwl/cfwl_themetext.h b/xfa/fwl/cfwl_themetext.h
index 7c8330e04e..2a42615d6f 100644
--- a/xfa/fwl/cfwl_themetext.h
+++ b/xfa/fwl/cfwl_themetext.h
@@ -16,8 +16,8 @@ class CFWL_ThemeText : public CFWL_ThemePart {
CFWL_ThemeText() : m_pGraphics(nullptr) {}
CFX_WideString m_wsText;
- uint32_t m_dwTTOStyles;
- int32_t m_iTTOAlign;
+ FDE_TextStyle m_dwTTOStyles;
+ FDE_TextAlignment m_iTTOAlign;
CXFA_Graphics* m_pGraphics;
};