Uses of Class
org.eclipse.swt.internal.win32.TEXTMETRIC
Packages that use TEXTMETRIC
-
Uses of TEXTMETRIC in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as TEXTMETRICModifier and TypeFieldDescriptionFontMetrics.handle
On Windows, handle is a Win32 TEXTMETRIC struct (Warning: This field is platform dependent)Methods in org.eclipse.swt.graphics with parameters of type TEXTMETRICModifier and TypeMethodDescriptionstatic FontMetrics
FontMetrics.win32_new
(TEXTMETRIC handle) Invokes platform specific functionality to allocate a new font metrics. -
Uses of TEXTMETRIC in org.eclipse.swt.internal.win32
Subclasses of TEXTMETRIC in org.eclipse.swt.internal.win32Methods in org.eclipse.swt.internal.win32 with parameters of type TEXTMETRICModifier and TypeMethodDescriptionstatic final boolean
OS.GetTextMetrics
(int hdc, TEXTMETRIC lptm) static final void
OS.MoveMemory
(TEXTMETRIC Destination, int Source, int Length)