File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,16 @@ class Font extends AbstractStyle
33
33
const UNDERLINE_DASHLONG = 'dashLong ' ;
34
34
const UNDERLINE_DASHLONGHEAVY = 'dashLongHeavy ' ;
35
35
const UNDERLINE_DOUBLE = 'dbl ' ;
36
+ /**
37
+ * @deprecated use UNDERLINE_DOTHASH instead, TODO remove in version 1.0
38
+ */
36
39
const UNDERLINE_DOTHASH = 'dotDash ' ; // Incorrect spelling, for backwards compatibility
40
+ /**
41
+ * @deprecated use UNDERLINE_DOTDASHHEAVY instead, TODO remove in version 1.0
42
+ */
37
43
const UNDERLINE_DOTHASHHEAVY = 'dotDashHeavy ' ; // Incorrect spelling, for backwards compatibility
38
- const UNDERLINE_DOTDASH = 'dotDash ' ; // Correct spelling
39
- const UNDERLINE_DOTDASHHEAVY = 'dotDashHeavy ' ; // Correct spelling
44
+ const UNDERLINE_DOTDASH = 'dotDash ' ;
45
+ const UNDERLINE_DOTDASHHEAVY = 'dotDashHeavy ' ;
40
46
const UNDERLINE_DOTDOTDASH = 'dotDotDash ' ;
41
47
const UNDERLINE_DOTDOTDASHHEAVY = 'dotDotDashHeavy ' ;
42
48
const UNDERLINE_DOTTED = 'dotted ' ;
You can’t perform that action at this time.
0 commit comments