NSFont *fontRef = [NSFont fontWithName:@".SFNS-Light" size:20];
Above line of code used to work just fine but now it is not working in Catalina. I am getting nil for fontRef. .SFNS-Light
stills show as available Fonts. Interesting enough it is still working for
[NSFont fontWithName:@"Arial" size:size];
Anyone experience this issue? What is the best way to resolve it?