package ui type HorizontalAlignment int const ( AlignLeft HorizontalAlignment = iota AlignCenter AlignRight )