pangoLayoutGetLogAttrs: pangoLayoutGetLogAttrs
Description
Retrieves a list of logical attributes for each character in
the layout
.Usage
pangoLayoutGetLogAttrs(object)
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.)