What is a correct way to deal with missing fonts?
Let's say I wrote a beautiful script, that uses some fonts - standard fonts you'd find on almost any computer, but not the JMP default fonts.I distributed this script to my users, and I started getting feedback on errors messages about missing fonts.It appears that there are computers in the organization that have a very minimal number of fonts installed.So I wrapped each Font message in Try() sta...