Package: pango

Function pango-layout-attributes

Lambda List

pango-layout-attributes (layout)

Syntax

(pango-layout-attributes layout) => attrs
(setf (pango-layout-attributes layout) attrs)

Arguments

layout -- a pango-layout object
attrs -- a pango-attr-list instance, can be NULL

Details

Accessor of the attribute list for the layout.

The function pango-layout-attributes gets the attribute list for the layout, if any. The function (setf pango-layout-attributes) sets the text attributes for a layout object. References attrs, so the caller can unref its reference.
 

See also

2021-1-14