JDK-6753173 : No need to read all the TrueType 'post' table to get underline info
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-09-26
  • Updated: 2010-07-09
  • Resolved: 2009-12-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u18Fixed 7 b58Fixed
Related Reports
Relates :  
Description
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.

Comments
EVALUATION as per description
26-09-2008