< prev index next >
src/java.desktop/unix/classes/sun/awt/X11/XComponentPeer.java
Print this page
*** 676,686 ****
/**
* Gets the font metrics for the specified font.
* @param font the font for which font metrics is to be
* obtained
! * @return the font metrics for <code>font</code>
* @see #getFont
* @see java.awt.peer.ComponentPeer#getFontMetrics(Font)
* @see Toolkit#getFontMetrics(Font)
* @since 1.0
*/
--- 676,686 ----
/**
* Gets the font metrics for the specified font.
* @param font the font for which font metrics is to be
* obtained
! * @return the font metrics for {@code font}
* @see #getFont
* @see java.awt.peer.ComponentPeer#getFontMetrics(Font)
* @see Toolkit#getFontMetrics(Font)
* @since 1.0
*/
< prev index next >