Package: pango

CStruct pango-layout-line

Superclasses

common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

None

Details

The pango-layout-line structure represents one of the lines resulting from laying out a paragraph via a pango-layout object. pango-layout-line structures are obtained by calling the function pango-layout-line and are only valid until the text, attributes, or settings of the parent pango-layout object are modified.

Routines for rendering pango-layout objects are provided in code specific to each rendering system.
(define-g-boxed-opaque pango-layout-line "PangoLayoutLine"
  :alloc (error "Use Pango to create PANGO-LAYOUT-LINEs"))  
 

See also

2021-1-5