toInsideString

fun toInsideString(width: Int, height: Int, scale: Int = 1, inside: Char = '#', outside: Char = '.'): String