
Originally Posted by
Wizzup?
Try creating a bitmap with your font and save it to some place. See how well the spacing looks. If the spacing looks good, then the OCR probably works well too.
Thats a good idea, didn't think of that 
Going to try it now
EDIT: Attached, looks go so far
[see attachment]
I must be coding it wrong

Originally Posted by
Shuttleu
how about you send me your font and where this is for and i can give it a go
~shut
PMing you right now
EDIT2: YAY GOT IT WORKING
Simba Code:
S := CreateBitmapMaskFromText('please.', RSCChars);
writeln(FindBitmapMaskTolerance(S, x, y, 0, 0, 720, 515, 10, 10));
FreeBitmap(S);
Apparently those two tolerance #'s at the end did the trick