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

pangoAttrIteratorGetFont

pangoAttrIteratorGetFont


Description

Get the font and other attributes at the current iterator position.

Usage

pangoAttrIteratorGetFont(object)

Arguments

Value

A list containing the following elements:

desc

[PangoFontDescription] a PangoFontDescription to fill in with the current values. The family name in this structure will be set using pangoFontDescriptionSetFamilyStatic using values from an attribute in the PangoAttrList associated with the iterator, so if you plan to keep it around, you must call: pango_font_description_set_family (desc, pango_font_description_get_family (desc)).

language

[PangoLanguage] if non-NULL, location to store language tag for item, or NULL if none is found.

extra.attrs

[list] element type Pango.Attribute): (transfer full. element type Pango.Attribute): (transfer full.

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.