summaryrefslogtreecommitdiff
path: root/source/style/font.d
blob: ae605b9ea2dbb57f4bfbc2ae409c78cdf6b85049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module style.font;

enum Font {
  bold = 1,
  dim,
  italic,
  underline,
  blinking,
  hidden,
  strikethrough,
  reset = 0
}