module style.font; enum Font { bold = 1, dim, italic, underline, blinking, hidden, strikethrough, reset = 0 }