Package: pango
GBoxed pango-attr-list
Superclassescommon-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details The pango-attr-list structure represents a list of attributes that
apply to a section of text.
The attributes are, in general, allowed to overlap in an arbitrary fashion,
however, if the attributes are manipulated only through the function pango-attr-list-change, the overlap between properties will meet
stricter criteria. Since the pango-attr-list structure is stored as a linear list, it is not suitable for storing attributes for large amounts of text. In general, you should not use a single pango-attr-list instance for more than one paragraph of text. | See also |
2021-5-21