JDK-6954424 : Support OpenType/CFF fonts in JDK 7
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 6u22,7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows_2008
  • CPU: generic,x86
  • Submitted: 2010-05-20
  • Updated: 2017-05-16
  • Resolved: 2011-03-08
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 7 Other
7 b97Fixed OpenJDK6Fixed
Related Reports
Duplicate :  
Description
JDK 7's font rasterisers (T2K and FreeType) both support OpenType fonts,
OpenType is the name given to the evolution of the TrueType font specification.

OpenType's tyopgraphic layout tables such as GPOS and GSUB have been
suppported via the ICU opentype engine since 1.3.
The additional glyph format table (CFF) has not worked well enough to support it,
but in JDK 7 we have added that support. 
So now both JDK's font rasterisers (T2K and FreeType) support OpenType/CFF and
we should be including these fonts in our font folder searches and making
it explicit that Font.createFont() recognises this glyph outline format.

Comments
EVALUATION Done.
27-05-2010