Package: pango

Boxed CStruct pango-item

Superclasses

common-lisp:structure-object, common-lisp:t

Documented Subclasses

None

Details

The pango-item structure stores information about a segment of text.
(define-g-boxed-cstruct pango-item "PangoItem"
  (offset :int :initform 0)
  (length :int :initform 0)
  (num-chars :int :initform 0)
  (analysis (:pointer (:struct pango-analysis)) :initform (null-pointer)))  
offset
Byte offset of the start of this item in text.
length
Length of this item in bytes.
num-chars
Number of Unicode characters in the item.
analysis
Analysis results for the item.
 

See also

2021-1-11