Package: pango

CStruct pango:analysis

Details

The pango:analysis structure stores information about the properties of a segment of text.
(cffi:defcstruct analysis
  (shape-engine :pointer)
  (lang-engine :pointer)
  (font (g:object font))
  (level :uint8)
  (gravity :uint8)
  (flags :uint8)
  (script :uint8)
  (language (g:boxed language))
  (extra-attrs :pointer))  
shape-engine
Unused.
lang-engine
Unused.
font
The pango:font object with the font for this segment.
level
The bidirectional level for this segment.
gravity
The pango:gravity value with the glyph orientation for this segment.
flags
Boolean flags for this segment.
script
The pango:script value with the detected script for this segment.
language
The pango:language object with the detected language for this segment.
extra-attrs
Extra attributes for this segment.
 

Slot Access Functions

See also

2024-3-2