Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pangoLayoutSetEllipsize

pangoLayoutSetEllipsize


Description

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 text so they fit within the width and height of layout set with pangoLayoutSetWidth and pangoLayoutSetHeight.

Usage

pangoLayoutSetEllipsize(object, ellipsize)

Arguments

object

[PangoLayout] a PangoLayout

ellipsize

[PangoEllipsizeMode] the new ellipsization mode for layout

Details

If the layout contains characters such as newlines that force it to be layed out in multiple paragraphs, then whether each paragraph is ellipsized separately or the entire layout is ellipsized as a whole depends on the set height of the layout. See pangoLayoutSetHeight for details. Since 1.6

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.