summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_fontdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_fontdata.h')
-rw-r--r--xfa/fxfa/parser/cxfa_fontdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_fontdata.h b/xfa/fxfa/parser/cxfa_fontdata.h
index 906337a88b..45fbba6592 100644
--- a/xfa/fxfa/parser/cxfa_fontdata.h
+++ b/xfa/fxfa/parser/cxfa_fontdata.h
@@ -22,7 +22,7 @@ class CXFA_FontData : public CXFA_DataData {
float GetLetterSpacing() const;
int32_t GetLineThrough() const;
int32_t GetUnderline() const;
- int32_t GetUnderlinePeriod() const;
+ XFA_AttributeEnum GetUnderlinePeriod() const;
float GetFontSize() const;
WideString GetTypeface() const;