# Functions
AlignRight aligns the given string to the right, at the given width (minimum = 4), padding with dots.
EnsurePrefix ensures that the string has the given (non-repeated) prefix.
EnsureSuffix ensures that the string has the given (non-repeated) suffix.
TruncateLeft truncates the given string on the left if longer than maxWidth (minimum = 4).