Many fonts invisible for Preview.app rendering PostScript
This has apparently been a problem awhile (2014):
https://discussions.apple.com/thread/5898288
https://discussions.apple.com/thread/6621258
But, it remains a problem. I got some help with a minimal PostScript example, say test.ps:
%!
/AmericanTypewriter findfont 12 scalefont setfont
100 400 moveto
(Hello! I'm AmericanTypewriter!) show
showpage
Fails with:
PostScript Conversion Warning
Converting the PostScript file “test.ps” produced the following warnings:
· AmericanTypewriter not found, using Courier.
Even worse:
%!
/AmericanTypewriter-Light findfont 12 scalefont setfont
100 400 moveto
(Hello! I'm AmericanTypewriter!) show
showpage
Gives no error, but uses an utterly incorrect font:
Likewise, for most user, system, etc. fonts. It appears that Preview.app's rendering engine doesn't do it.
Does anyone know how do better diagnose this? Does Preview.app use Ghostscript or Display PostScript, or something weirder to convert PostScript?
My setup: Catalina, 10.15.5, Retina 12-inch, 2017
Why it's a problem: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41958
MacBook, macOS 10.15