|
Quick Lists
|
|
Bug ID:
|
6753173
|
|
Votes
|
0
|
|
Synopsis
|
No need to read all the TrueType 'post' table to get underline info
|
|
Category
|
java:classes_2d
|
|
Reported Against
|
|
|
Release Fixed
|
7(b58),
6u18(b05) (Bug ID:2184536)
|
|
State
|
11-Closed,
Verified,
bug
|
|
Priority:
|
4-Low
|
|
Related Bugs
|
6896857
|
|
Submit Date
|
26-SEP-2008
|
|
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.
Posted Date : 2008-09-26 16:33:43.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
as per description
Posted Date : 2008-09-26 16:34:14.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |