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 (currently only one) (Since: 1.16).

font
PangoFont* font;

the font for this segment.

gravity
ubyte gravity;

the glyph orientation for this segment (A #PangoGravity).

langEngine
PangoEngineLang* langEngine;

the engine for doing rendering-system-independent processing.

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
PangoEngineShape* shapeEngine;

the engine for doing rendering-system-dependent processing.

Meta