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