| Package | Description |
|---|---|
| org.eclipse.swt.graphics | |
| org.eclipse.swt.internal.win32 |
| Modifier and Type | Field and Description |
|---|---|
TEXTMETRIC |
FontMetrics.handle
On Windows, handle is a Win32 TEXTMETRIC struct
(Warning: This field is platform dependent)
|
| Modifier and Type | Method and Description |
|---|---|
static FontMetrics |
FontMetrics.win32_new(TEXTMETRIC handle)
Invokes platform specific functionality to allocate a new font metrics.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TEXTMETRICA |
class |
TEXTMETRICW |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OS.GetTextMetrics(long hdc,
TEXTMETRIC lptm) |
static void |
OS.MoveMemory(TEXTMETRIC Destination,
long Source,
int Length) |
Copyright © 2017. All Rights Reserved.