Funny extra chars in String

Something I am obviously missing here, see the attached patch, why it seems like there are two empty spaces after each line of chars ?
I want to be able to fill each quad with a letter 22x13.
Simone

font.v4p (7.8 kB)

because you organized your letters in rows, separated by carriage return + new line: ascii character 13 and 10.
you can just subtract them or do without them in the first place.
and you might want to use Pad (String)

Super Woei !