-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
In T2KFontFile#getGlyphBoundingBox() the cache gets initialized to the max possible size (glyph count).
That is way too much, the likelihood of measuring all glyphs in a font is extreme low. Furthermore, it is not uncommon for a font to have several thousands glyphs.