I am doing a CAD program. I want to display drawings at actual size on screen, meaning that if I can place a ruler to measure lines on my screen and they should match. However screens have different dpis. How can I get the correct dpi and calculate the multiply factor for my program?
Thanks.