|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.graphics.FontMetrics
Instances of this class provide measurement information about fonts including ascent, descent, height, leading space between rows, and average character width. FontMetrics are obtained from GCs using the getFontMetrics() method.
Field Summary | |
org.eclipse.swt.internal.win32.TEXTMETRIC | handle
On Windows, handle is a Win32 TEXTMETRIC struct On Photon, handle is a Photon FontQueryInfo struct (Warning: This field is platform dependent) |
Method Summary | |
boolean | equals(Object object)
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. |
int | getAscent()
Returns the ascent of the font described by the receiver. |
int | getAverageCharWidth()
Returns the average character width, measured in pixels, of the font described by the receiver. |
int | getDescent()
Returns the descent of the font described by the receiver. |
int | getHeight()
Returns the height of the font described by the receiver, measured in pixels. |
int | getLeading()
Returns the leading area of the font described by the receiver. |
int | hashCode()
Returns an integer hash code for the receiver. |
static FontMetrics | win32_new(org.eclipse.swt.internal.win32.TEXTMETRIC handle)
Invokes platform specific functionality to allocate a new font metrics. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public org.eclipse.swt.internal.win32.TEXTMETRIC handle
Method Detail |
public boolean equals(Object object)
public int getAscent()
public int getAverageCharWidth()
public int getDescent()
public int getHeight()
public int getLeading()
public int hashCode()
public static FontMetrics win32_new(org.eclipse.swt.internal.win32.TEXTMETRIC handle)
IMPORTANT: This method is not part of the public API for FontMetrics. It is marked public only so that it can be shared within the packages provided by SWT. It is not available on all platforms, and should never be called from application code.
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.