PangoAnalysis

The PangoAnalysis structure stores information about the properties of a segment of text.

Members

Variables

extraAttrs
GSList* extraAttrs;

extra attributes for this segment.

flags
ubyte flags;

boolean flags for this segment (Since: 1.16).

font
PangoFont* font;

the font for this segment.

gravity
ubyte gravity;

the glyph orientation for this segment (A PangoGravity).

langEngine
void* langEngine;

unused

language
PangoLanguage* language;

the detected language for this segment.

level
ubyte level;

the bidirectional level for this segment.

script
ubyte script;

the detected script for this segment (A PangoScript) (Since: 1.18).

shapeEngine
void* shapeEngine;

unused

Meta