Uses of Class
org.eclipse.swt.internal.gtk.PangoRectangle
Packages that use PangoRectangle
Package
Description
SWT graphics classes.
SWT internal GTK implementation classes.
-
Uses of PangoRectangle in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics with parameters of type PangoRectangleModifier and TypeMethodDescriptionvoidTextLayout.MetricsAdapter.pango_layout_iter_get_line_extents(long iter, PangoRectangle ink_rect, PangoRectangle logical_rect) voidTextLayout.MetricsAdapter.pango_layout_line_get_extents(long line, PangoRectangle ink_rect, PangoRectangle logical_rect) private intTextLayout.MetricsAdapter.wantToRealInPango(PangoRectangle realMetrics) Calculates Y offset from line metrics configured inTextLayout.MetricsAdapter.lineMetricsInPixelsto real text position for painting. -
Uses of PangoRectangle in org.eclipse.swt.internal.gtk
Methods in org.eclipse.swt.internal.gtk with parameters of type PangoRectangleModifier and TypeMethodDescriptionstatic final longOS.pango_attr_shape_new(PangoRectangle ink_rect, PangoRectangle logical_rect) static final voidOS.pango_layout_index_to_pos(long layout, int index, PangoRectangle pos) static final voidOS.pango_layout_iter_get_line_extents(long iter, PangoRectangle ink_rect, PangoRectangle logical_rect) static final voidOS.pango_layout_line_get_extents(long line, PangoRectangle ink_rect, PangoRectangle logical_rect)