Struct
PangoAnalysis
Description [src]
struct PangoAnalysis {
gpointer shape_engine;
gpointer lang_engine;
PangoFont* font;
guint8 level;
guint8 gravity;
guint8 flags;
guint8 script;
PangoLanguage* language;
gpointer extra_attrs;
}
The PangoAnalysis structure stores information about
the properties of a segment of text.
Structure members
shape_engine:gpointerUnused, reserved.
lang_engine:gpointerUnused, reserved.
font:PangoFontThe font for this segment.
level:guint8The bidirectional level for this segment.
gravity:guint8The glyph orientation for this segment (A
PangoGravity).flags:guint8Boolean flags for this segment (Since: 1.16).
script:guint8The detected script for this segment (A
PangoScript) (Since: 1.18).language:PangoLanguageThe detected language for this segment.
extra_attrs:gpointerExtra attributes for this segment.