JRE-9 NPE in bundled JRE on Mac during quick docs

NPE is caused by IOBE in ExtendedTextSourceLabel.createCharinfo. The latter is thrown due to the fact that the named method doesn't expect ligatured chars in the glyph array. To handle it, a preprocessing method is introduced.
1 file changed