I'll do that tomorrow. BR Andreas Lehmkühler
On 25. Mai 2014 18:45:16 MESZ, Tilman Hausherr <[email protected]> wrote: >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

