
Printing a Bitmap with a specific font size On print Font size incorrect
I am using VB5.0 with SP3 applied.
I am writing an app which will fax out an invoice. I require it to be a font
size of 8. The font size by some funny way decides it will be 8.25. If it
is 8.25 the invoice is out of alignment.
Has anyone come across this or have any ideas on the problem
Here is some code to replicate the problem.
Create a standard exe.
on the form load event insert the following code.
Private Sub Form_Load()
Picture1.Font.Size = 8
Debug.Print Picture1.Font.Size
End Sub
When you look in the debug windows you will see the font size to be 8.25