-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b58
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2184536 | 6u18 | Igor Nekrestyanov | P2 | Closed | Fixed | b05 |
TrueTypeFont's init method pulls in the 'post' table to get the
underlinePosition and underlineThickness fields.
The table can however be large because of all the glyph mappings for printing.
We should restrict the read here and/or at least do it lazily when we know
the underline info is needed.
underlinePosition and underlineThickness fields.
The table can however be large because of all the glyph mappings for printing.
We should restrict the read here and/or at least do it lazily when we know
the underline info is needed.
- backported by
-
JDK-2184536 No need to read all the TrueType 'post' table to get underline info
-
- Closed
-
- relates to
-
JDK-6896857 t2k should setup gridfitting environment only when needed
-
- Closed
-