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.
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