pangoLayoutSetEllipsize {RGtk2} | R Documentation |
Sets the type of ellipsization being performed for layout
.
Depending on the ellipsization mode ellipsize
text is
removed from the start, middle, or end of lines so they
fit within the width of layout set with pangoLayoutSetWidth
.
pangoLayoutSetEllipsize(object, ellipsize)
|
[PangoLayout ] a PangoLayout |
|
[PangoEllipsizeMode ] the new ellipsization mode for layout |
If the layout contains characters such as newlines that force it to be layed out in multiple lines, then each line is ellipsized separately.
Since 1.6
Derived by RGtkGen from GTK+ documentation