PangoAnalysis

The PangoAnalysis structure stores information about the properties of a segment of text. It has the following fields: PangoEngineShape *shape_engine; the engine for doing rendering-system-dependent processing. PangoEngineLang *lang_engine; the engine for doing rendering-system-independent processing. PangoFont *font; the font for this segment. guint8 level; the bidirectional level for this segment. guint8 gravity; the glyph orientation for this segment (A PangoGravity). guint8 flags; boolean flags for this segment (currently only one) (Since: 1.16). guint8 script; the detected script for this segment (A PangoScript) (Since: 1.18). PangoLanguage *language; the detected language for this segment. GSList *extra_attrs; extra attributes for this segment.

Members

Variables

extraAttrs
GSList* extraAttrs;
Undocumented in source.
flags
ubyte flags;
Undocumented in source.
font
PangoFont* font;
Undocumented in source.
gravity
ubyte gravity;
Undocumented in source.
langEngine
PangoEngineLang* langEngine;
Undocumented in source.
language
PangoLanguage* language;
Undocumented in source.
level
ubyte level;
Undocumented in source.
script
ubyte script;
Undocumented in source.
shapeEngine
PangoEngineShape* shapeEngine;
Undocumented in source.

Meta