Uses of Class
org.eclipse.swt.internal.win32.LOGFONT
Packages that use LOGFONT
-
Uses of LOGFONT in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as LOGFONTModifier and TypeFieldDescriptionFontData.data
A Win32 LOGFONT struct (Warning: This field is platform dependent)Methods in org.eclipse.swt.graphics with parameters of type LOGFONT -
Uses of LOGFONT in org.eclipse.swt.internal.win32
Subclasses of LOGFONT in org.eclipse.swt.internal.win32Methods in org.eclipse.swt.internal.win32 with parameters of type LOGFONTModifier and TypeMethodDescriptionstatic final int
OS.CreateFontIndirect
(LOGFONT lplf) static final int
static final boolean
OS.ImmGetCompositionFont
(int hIMC, LOGFONT lplf) static final boolean
OS.ImmSetCompositionFont
(int hIMC, LOGFONT lplf) static final void
OS.MoveMemory
(int Destination, LOGFONT Source, int Length) static final void
OS.MoveMemory
(LOGFONT Destination, int Source, int Length)