PangoAnalysis

PangoAnalysis: @shape_engine: the engine for doing rendering-system-dependent processing. @lang_engine: the engine for doing rendering-system-independent processing. @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 (currently only one) (Since: 1.16). @script: the detected script for this segment (A #PangoScript) (Since: 1.18). @language: the detected language for this segment. @extra_attrs: extra attributes for this segment.

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

extern (C)
struct PangoAnalysis {
PangoEngineShape* shape_engine;
PangoEngineLang* lang_engine;
PangoFont* font;
guint8 level;
guint8 gravity;
guint8 flags;
guint8 script;
PangoLanguage* language;
GSList* extra_attrs;
}

Meta