JDK-2197305 : Support OpenType/CFF fonts in JDK 7
  • Type: Backport
  • Backport of: JDK-6954424
  • Component: client-libs
  • Sub-Component: 2d
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2010-08-23
  • Updated: 2010-08-23
  • Resolved: 2010-08-23
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
7Fixed OpenJDK6Fixed
Comments
SUGGESTED FIX # HG changeset patch # User prr # Date 1274975625 25200 # Node ID acb763ebef9585000dda40e379d4e615be25c6b1 # Parent 80a618f36d003b3e64fe8dd86f723d980db0d0bc 6954424: Support OpenType/CFF fonts in JDK 7 Reviewed-by: bae, igor --- a/src/share/classes/java/awt/Font.java Wed Aug 04 00:07:49 2010 +0100 +++ b/src/share/classes/java/awt/Font.java Thu May 27 08:53:45 2010 -0700 @@ -325,6 +325,10 @@ public class Font implements java.io.Ser * Identify a font resource of type TRUETYPE. * Used to specify a TrueType font resource to the * {@link #createFont} method. + * The TrueType format was extended to become the OpenType + * format, which adds support for fonts with Postscript outlines, + * this tag therefore references these fonts, as well as those + * with TrueType outlines. * @since 1.3 */
23-08-2010

PUBLIC COMMENTS See http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/acb763ebef95
23-08-2010

EVALUATION Backport.
23-08-2010