Could anyone with MacOS please run this java code and post the output:
Font fonts[] = GraphicsEnvironment.getLocalGraphicsEnvironment().getAllFonts(); for (Font font : fonts) System.out.println(font.getPSName()); The result is needed for PDFBOX-1689.If you don't want to post the full list, post only the entries that contains one of these words: arial, helvetica, courier, liberation, times, symbol, zapf.
Tilman