Package | Description |
---|---|
org.eclipse.swt.internal.win32 |
Modifier and Type | Field and Description |
---|---|
LOGFONTA |
NONCLIENTMETRICSA.lfCaptionFont |
LOGFONTA |
NONCLIENTMETRICSA.lfMenuFont |
LOGFONTA |
NONCLIENTMETRICSA.lfMessageFont |
LOGFONTA |
NONCLIENTMETRICSA.lfSmCaptionFont |
LOGFONTA |
NONCLIENTMETRICSA.lfStatusFont |
Modifier and Type | Method and Description |
---|---|
static long |
OS.CreateFontIndirectA(LOGFONTA lplf) |
static int |
OS.EnumFontFamiliesExA(long hdc,
LOGFONTA lpLogfont,
long lpEnumFontFamExProc,
long lParam,
int dwFlags) |
static int |
OS.GetObjectA(long hgdiobj,
int cbBuffer,
LOGFONTA lpvObject) |
static boolean |
OS.ImmGetCompositionFontA(long hIMC,
LOGFONTA lplf) |
static boolean |
OS.ImmSetCompositionFontA(long hIMC,
LOGFONTA lplf) |
static void |
OS.MoveMemory(LOGFONTA Destination,
long Source,
int Length) |
static void |
OS.MoveMemory(long Destination,
LOGFONTA Source,
int Length) |
Copyright © 2017. All Rights Reserved.