• You can make the letters overlap by passing a negative spacing into the function I posted:

    drawStringWithSpacing("foo", 0, 0, -1);
    
About