Subject says it all.
How can I do that?
Thanks
Printable View
Subject says it all.
How can I do that?
Thanks
Points are an unusual entity. They are dependant on the resolution of your printer, but the standard measure is 4.2 pixels to a point. i.e. 10 points is 42 pixels.
Code:Points=Pixels/4.2
Pixels=Points*4.2