package ultraviolet const DECORATION_UNDERLINE = 1 type Font struct { Face string Size int Bold bool Italic bool Decoration int FontColor Color BackgroundColor Color }