< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XComponentPeer.java

Print this page

        

*** 678,688 **** * 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 #getPeer * @see java.awt.peer.ComponentPeer#getFontMetrics(Font) * @see Toolkit#getFontMetrics(Font) * @since 1.0 */ public FontMetrics getFontMetrics(Font font) { --- 678,687 ----
< prev index next >