Which ASCII art fonts are available?
Three: block fills letters with #, dot uses * with wider spacing between letters and words, and dense uses @ packed with no gap between letters, only between words. All three draw each character on a grid 5 rows tall.
Do accents and special characters work in the banner?
Accents are automatically stripped before drawing (so "ação" becomes "ACAO"). Characters with no glyph of their own, like emoji, rare symbols or punctuation outside the supported list, fall back to a placeholder drawing and get listed as unsupported.
How do I control whether the banner wraps into multiple lines?
Through the max-width control, which accepts 20 to 160 columns (default 80). The lower the value, the sooner a word no longer fits and the generator closes the current block to start another, separated by a blank line.