- 
    Bug 
- 
    Resolution: Cannot Reproduce
- 
     P2 P2
- 
    None
- 
    jfx14
- 
    macOS 10.13.2 
- 
        os_x
                    The following code when run on macOS 10.13 will select a bad font leading to unreadable text:
Font font = new Font(48.0f)
To reproduce this run the attached test program:
java MacFontBug
The program displays three strings, with three different fonts: the default System font, a newly-created 16 pt font, and a newly-created 48-point font. The first two display fine, but the third does not.
See the attached screen shot.
This is a regression introduced by the fix forJDK-8234916.
            
Font font = new Font(48.0f)
To reproduce this run the attached test program:
java MacFontBug
The program displays three strings, with three different fonts: the default System font, a newly-created 16 pt font, and a newly-created 48-point font. The first two display fine, but the third does not.
See the attached screen shot.
This is a regression introduced by the fix for
- relates to
- 
                    JDK-8234916 [macos 10.15] Garbled text running with native-image -           
- Resolved
 
-         
