jdk/src/share/classes/java/awt/Font.java
changeset 5578 c25ebb5bc2d6
parent 3928 be186a33df9b
child 5580 629274e4c99f
equal deleted inserted replaced
5505:e0e46c6054b3 5578:c25ebb5bc2d6
   341 
   341 
   342     /**
   342     /**
   343      * Identify a font resource of type TRUETYPE.
   343      * Identify a font resource of type TRUETYPE.
   344      * Used to specify a TrueType font resource to the
   344      * Used to specify a TrueType font resource to the
   345      * {@link #createFont} method.
   345      * {@link #createFont} method.
       
   346      * The TrueType format was extended to become the OpenType
       
   347      * format, which adds support for fonts with Postscript outlines,
       
   348      * this tag therefore references these fonts, as well as those
       
   349      * with TrueType outlines.
   346      * @since 1.3
   350      * @since 1.3
   347      */
   351      */
   348 
   352 
   349     public static final int TRUETYPE_FONT = 0;
   353     public static final int TRUETYPE_FONT = 0;
   350 
   354