/[classpath]/classpath/java/awt/Font.java
ViewVC logotype

Diff of /classpath/java/awt/Font.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by fitzsim, Tue Nov 2 17:28:49 2004 UTC revision 1.23 by mkoch, Wed Nov 17 08:04:00 2004 UTC
# Line 286  private static final long serialVersionU Line 286  private static final long serialVersionU
286    * Returns a <code>Font</code> object from the passed property name.    * Returns a <code>Font</code> object from the passed property name.
287    *    *
288    * @param propname The name of the system property.    * @param propname The name of the system property.
289    * @param default Value to use if the property is not found.    * @param defval Value to use if the property is not found.
290    *    *
291    * @return The requested font, or <code>default</code> if the property    * @return The requested font, or <code>default</code> if the property
292    * not exist or is malformed.    * not exist or is malformed.
# Line 637  private static final long serialVersionU Line 637  private static final long serialVersionU
637    * GlyphVector} with a mapped glyph for each input glyph code.    * GlyphVector} with a mapped glyph for each input glyph code.
638    *    *
639    * @param ctx The rendering context used for precise glyph placement.    * @param ctx The rendering context used for precise glyph placement.
640    * @param chars Array of characters to convert to glyphs.    * @param glyphCodes Array of characters to convert to glyphs.
641    *    *
642    * @return A new {@link GlyphVector} containing glyphs mapped from str,    * @return A new {@link GlyphVector} containing glyphs mapped from str,
643    * through the font's cmap table.    * through the font's cmap table.

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26