How do I maintain text quality in high DPI mode? I want to take layout and text into account - specifically, my text is blurry.
I tried SetProcessDPIAware()
, but this method just ignored DPI.
How do I maintain text quality in high DPI mode? I want to take layout and text into account - specifically, my text is blurry.
I tried SetProcessDPIAware()
, but this method just ignored DPI.