package ultraviolet const DECORATION_UNDERLINE = 1 type Font struct { Family string Size int Uppercase bool Bold bool Italic bool Decoration int LetterSpacing int Color Color }