Hello
I had one of the same problem in while printing the Sale bill in the dos format (which is used to print the bill faster)
So to my knowledge, the format depends upon the font you use.
For example, open notepad and select the font
to Courier New, then type 'W' (all caps) four times press enter. then type "I" four times. You can easily see that four Ws and four Is equally places (boxed). Now change the font to verdana, and see that one W space is occupied by 3 Is.
This happens between True Type font and Screen font. To make you still clear, Open MS-Word and open font dialog box, above OK button there you can see the description of each font. For Courier New, its same as screen font and printing font, so it means that you get to see it as you design.
I guess i have understood your problem, If not explain it again. Will try to fix in still better way.
So for finally i used courier new for my sale bill that looks as i designed it from the
VB code.
hope this helps.
With Regards,
Raghavendra Mudugal