Re: [OpenJDK 2D-Dev] RFR: 8244621: [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11

2020-06-02 Thread Prasanta Sadhukhan
Thanks Kevin for the clarification. Looks ok to me. Only thing that can be thought of is to use CTFontCreateUIFontForLanguage() (instead of [NSFont systemFontOfSize:1.0]) similar to JDK-8234916(which is already committed) just to have same approach, incase Apple changes anything in future.

Re: [OpenJDK 2D-Dev] RFR: 8244621: [macos10.15] Garbled FX printing plus CoreText warnings on Catalina when building with Xcode 11

2020-06-02 Thread Philip Race
I tried that first but for whatever reason it did not toll free bridge properly, so I used this API. -phil On 6/2/2020 12:34 AM, Prasanta Sadhukhan wrote: Thanks Kevin for the clarification. Looks ok to me. Only thing that can be thought of is to use CTFontCreateUIFontForLanguage() (instead