Uses of Class
org.eclipse.swt.graphics.FontMetrics
Packages that use FontMetrics
Package
Description
SWT Custom widgets.
SWT graphics classes.
-
Uses of FontMetrics in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as FontMetricsMethods in org.eclipse.swt.custom with parameters of type FontMetricsModifier and TypeMethodDescriptionvoidStyledText.setFixedLineMetrics(FontMetrics metrics) voidStyledTextRenderer.setFixedLineMetrics(FontMetrics metrics) -
Uses of FontMetrics in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as FontMetricsModifier and TypeFieldDescriptionprivate FontMetricsTextLayout.MetricsAdapter.lineMetricsInPixelsMethods in org.eclipse.swt.graphics that return FontMetricsModifier and TypeMethodDescriptionTextLayout.MetricsAdapter.getFixedLineMetrics(Device device) GC.getFontMetrics()Returns a FontMetrics which contains information about the font currently being used by the receiver to draw and measure text.TextLayout.getLineMetrics(int lineIndex) Returns the font metrics for the specified line index.Methods in org.eclipse.swt.graphics with parameters of type FontMetricsModifier and TypeMethodDescriptionvoidTextLayout.MetricsAdapter.setFixedLineMetrics(Device device, FontMetrics metrics) voidTextLayout.setFixedLineMetrics(FontMetrics metrics) Forces line heights in receiver to obey provided value.