Added two new styles (although no style has been implemented)

This commit is contained in:
Sasha Koshka 2022-11-17 11:25:27 -05:00
parent 51fbd8acef
commit d6280a0d28
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ const (
StyleNormal Style = iota
StyleBold Style = iota >> 1
StyleItalic
StyleUnderline
StyleHighlight
StyleBoldItalic Style = StyleBold | StyleItalic
)