pangoLayoutGetLogAttrs: pangoLayoutGetLogAttrs

Description Usage Arguments Value Author(s)

View source: R/pangoFuncs.R

Description

Retrieves a list of logical attributes for each character in the layout.

Usage

1

Arguments

object

[PangoLayout] a PangoLayout

Value

A list containing the following elements:

attrs

[PangoLogAttr] location to store a pointer to a list of logical attributes This value must be freed with gFree().

n.attrs

[integer] location to store the number of the attributes in the list. (The stored value will be one more than the total number of characters in the layout, since there need to be attributes corresponding to both the position before the first character and the position after the last character.)

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.