Package: pango

CStruct pango-analysis

Details

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

See also

2021-1-11