Format text into a banner style and print or return it.
text (str) – String to be emphasized.
str
type (int) – Style 1 has minimum three-line height. Style 2 has minimum one-light height.
int
width (int) – Minimum length of banner string.
strNotOutfile (bool) – Controls mode of return.
bool
Optional[str]
Optional
str – If strNotOutfile is True, return string.
None – If strNotOutfile is False, print it to output file.