Package | Description |
---|---|
org.eclipse.swt.graphics | |
org.eclipse.swt.internal.win32 |
Modifier and Type | Field and Description |
---|---|
LOGFONT |
FontData.data
A Win32 LOGFONT struct
(Warning: This field is platform dependent)
|
Modifier and Type | Method and Description |
---|---|
static FontData |
FontData.win32_new(LOGFONT data,
float height)
Invokes platform specific functionality to allocate a new font data.
|
Modifier and Type | Class and Description |
---|---|
class |
LOGFONTA |
class |
LOGFONTW |
Modifier and Type | Method and Description |
---|---|
static long |
OS.CreateFontIndirect(LOGFONT lplf) |
static int |
OS.EnumFontFamiliesEx(long hdc,
LOGFONT lpLogfont,
long lpEnumFontFamExProc,
long lParam,
int dwFlags) |
static int |
OS.GetObject(long hgdiobj,
int cbBuffer,
LOGFONT lpvObject) |
static boolean |
OS.ImmGetCompositionFont(long hIMC,
LOGFONT lplf) |
static boolean |
OS.ImmSetCompositionFont(long hIMC,
LOGFONT lplf) |
static void |
OS.MoveMemory(LOGFONT Destination,
long Source,
int Length) |
static void |
OS.MoveMemory(long Destination,
LOGFONT Source,
int Length) |
Copyright © 2017. All Rights Reserved.