6954424: Support OpenType/CFF fonts in JDK 7
authorprr
Thu May 27 08:53:45 2010 -0700 (2 years ago)
changeset 406acb763ebef95
parent 40580a618f36d00
child 4119bc38055eb70
child 4399dcb9df28fc1
6954424: Support OpenType/CFF fonts in JDK 7
Reviewed-by: bae, igor
src/share/classes/java/awt/Font.java
--- 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
*/