jdk/src/share/classes/java/awt/GraphicsEnvironment.java
changeset 21278 ef8a3a2a72f2
parent 20107 18e644411f0b
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   261     /**
   261     /**
   262      * Returns an array containing a one-point size instance of all fonts
   262      * Returns an array containing a one-point size instance of all fonts
   263      * available in this <code>GraphicsEnvironment</code>.  Typical usage
   263      * available in this <code>GraphicsEnvironment</code>.  Typical usage
   264      * would be to allow a user to select a particular font.  Then, the
   264      * would be to allow a user to select a particular font.  Then, the
   265      * application can size the font and set various font attributes by
   265      * application can size the font and set various font attributes by
   266      * calling the <code>deriveFont</code> method on the choosen instance.
   266      * calling the <code>deriveFont</code> method on the chosen instance.
   267      * <p>
   267      * <p>
   268      * This method provides for the application the most precise control
   268      * This method provides for the application the most precise control
   269      * over which <code>Font</code> instance is used to render text.
   269      * over which <code>Font</code> instance is used to render text.
   270      * If a font in this <code>GraphicsEnvironment</code> has multiple
   270      * If a font in this <code>GraphicsEnvironment</code> has multiple
   271      * programmable variations, only one
   271      * programmable variations, only one