Hi all, I would like to propose a fix for https://bugs.openjdk.java.net/browse/JDK-8188030.
The issue is basically that CFF fonts are considered better match than Type 1, but are discarded, leaving the font array with no elements. The fix is here: http://cr.openjdk.java.net/~neugens/8188030/webrev.01/ I attached a reproducer to the bug report, but you need a somewhat minimal system setup for that to work. The fix is for OpenJDK 10 at this point, but I plan to backport it all the way down to 7. Any comments? Cheers, Mario