Hello Every1,
I have a doubt,
Now I'm displaying some characters ina picturebox with the print statement. I'm also changing the font.
Follow these statements
Picture1.FontSize=10
Picture1.Print "A"
Picture1.FontSize=12
Picture1.Print "A"
The problem is, both the 'A' are not on the same base line. The bigger A is moving some pixels down. Can any1 tell me a logic so that the program calculates the size of the characters and align them perfectly on the same baseline.




Reply With Quote