Is there any way to tell if the client OS has a particular font installed, using formula language?I tried using @FontList, but that seems to include font names that have been used at any time in the Notes client even if they’re not available in the OS.
E.g. @FontList includes the font name “4-State Barcode” on my PC. This PC has never had that font installed, but I have used a database that uses that font on some forms.
Also, is there a way to tell if a font is installed using server Javascript in an XPage?