Package | Description |
---|---|
org.eclipse.swt.internal.win32 |
Modifier and Type | Field and Description |
---|---|
LOGFONTW |
EXTLOGFONTW.elfLogFont |
LOGFONTW |
NONCLIENTMETRICSW.lfCaptionFont |
LOGFONTW |
NONCLIENTMETRICSW.lfMenuFont |
LOGFONTW |
NONCLIENTMETRICSW.lfMessageFont |
LOGFONTW |
NONCLIENTMETRICSW.lfSmCaptionFont |
LOGFONTW |
NONCLIENTMETRICSW.lfStatusFont |
Modifier and Type | Method and Description |
---|---|
static long |
OS.CreateFontIndirectW(LOGFONTW lplf) |
static int |
OS.EnumFontFamiliesExW(long hdc,
LOGFONTW lpLogfont,
long lpEnumFontFamExProc,
long lParam,
int dwFlags) |
static int |
OS.GetObjectW(long hgdiobj,
int cbBuffer,
LOGFONTW lpvObject) |
static boolean |
OS.ImmGetCompositionFontW(long hIMC,
LOGFONTW lplf) |
static boolean |
OS.ImmSetCompositionFontW(long hIMC,
LOGFONTW lplf) |
static void |
OS.MoveMemory(LOGFONTW Destination,
long Source,
int Length) |
static void |
OS.MoveMemory(long Destination,
LOGFONTW Source,
int Length) |
Copyright © 2017. All Rights Reserved.