prim/source/style/font.d

13 lines
127 B
D
Raw Normal View History

2023-08-09 20:01:15 +00:00
module style.font;
enum Font {
bold = 1,
dim,
italic,
underline,
blinking,
hidden,
strikethrough,
reset = 0
}