Page 1 of 1

Apple Retina Support

Posted: Fri Dec 24, 2021 3:19 am
by jchoelt
Hello,


A simple change is required to make CmapTools display in high resolution on Retina display screens on macOS.

Just add the following to the app's Info.plist:

Code: Select all

    <key>NSHighResolutionCapable</key>
    <true/>
Illustrated.

I think this should be done by default on the distributed macOS version.


Thanks!

Re: Apple Retina Support

Posted: Fri Dec 24, 2021 10:33 am
by cmapadmin
Thanks!

Will do.