Package: pango

CStruct pango-font-description

Superclasses

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

Documented Subclasses

None

Direct Slots

None

Details

The pango-font-description structure represents the description of an ideal font. These structures are used both to list what fonts are available on the system and also for specifying the characteristics of a font to load.
(define-g-boxed-opaque pango-font-description "PangoFontDescription"
  :alloc (error "PangoFontDescription cannot be created from the Lisp side."))  
 

See also

2021-1-6