Package: pango

GBoxed pango-glyph-string

Superclasses

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

Documented Subclasses

None

Direct Slots

None

Details

The pango-glyph-string structure is used to store strings of glyphs with geometry and visual attribute information. The storage for the glyph information is owned by the structure which simplifies memory management.
(define-g-boxed-opaque pango-glyph-string "PangoGlyphString"
  :alloc (%pango-glyph-string-new))  
 

See also

2021-4-15