Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8093821

Packaged applications on OS X need HiDPI flag set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u20
    • 7u10
    • deploy
    • OS X

      To tell OS X that an application is high-DPI aware the following property must be set in an application's Info.plist:

         <key>NSHighResolutionCapable</key>
         <string>true</string>

      This will address many issues with text drawing, but not all drawing issues are fixed. Still, this needs to happen at a minimum.

            cbensen Chris Bensen (Inactive)
            skovatch Scott Kovatch (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: