jdk/src/share/classes/java/awt/Font.java
changeset 5578 c25ebb5bc2d6
parent 3928 be186a33df9b
child 5580 629274e4c99f
--- a/jdk/src/share/classes/java/awt/Font.java	Thu May 20 16:00:25 2010 -0700
+++ b/jdk/src/share/classes/java/awt/Font.java	Thu May 27 08:53:45 2010 -0700
@@ -343,6 +343,10 @@
      * 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
      */