Package | Description |
---|---|
org.eclipse.swt.graphics |
Modifier and Type | Method and Description |
---|---|
FontMetrics |
GC.getFontMetrics()
Returns a FontMetrics which contains information
about the font currently being used by the receiver
to draw and measure text.
|
FontMetrics |
TextLayout.getLineMetrics(int lineIndex)
Returns the font metrics for the specified line index.
|
static FontMetrics |
FontMetrics.win32_new(TEXTMETRIC handle)
Invokes platform specific functionality to allocate a new font metrics.
|
Copyright © 2017. All Rights Reserved.