kotter
kotter copied to clipboard
Add an API for centering text
center(WIDTH, string)
so center(10, "Hi") would generate (assume X's are spaces):
XXXXHiXXXX
and you could use it like textLine(center(WIDTH, "message"))