pangoLayoutGetLogAttrs {RGtk2} | R Documentation |
Retrieves a list of logical attributes for each character in
the layout
.
pangoLayoutGetLogAttrs(object)
|
[PangoLayout ] a PangoLayout |
A list containing the following elements:
|
[PangoLogAttr ] location to store a pointer to a list of logical attributes
This value must be freed with gFree() . |
|
[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.) |
Derived by RGtkGen from GTK+ documentation