Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-item.h>
Data Fields | |
PangoEngineShape * | shape_engine |
PangoEngineLang * | lang_engine |
PangoFont * | font |
guint8 | level |
guint8 | gravity |
guint8 | flags |
guint8 | script |
PangoLanguage * | language |
GSList * | extra_attrs |
PangoAnalysis: @shape_engine: unused, reserved @lang_engine: unused, reserved @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 (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.
Definition at line 77 of file pango-item.h.
GSList* _PangoAnalysis::extra_attrs |
Definition at line 95 of file pango-item.h.
guint8 _PangoAnalysis::flags |
Definition at line 90 of file pango-item.h.
PangoFont* _PangoAnalysis::font |
Definition at line 86 of file pango-item.h.
guint8 _PangoAnalysis::gravity |
Definition at line 89 of file pango-item.h.
PangoEngineLang* _PangoAnalysis::lang_engine |
Definition at line 81 of file pango-item.h.
PangoLanguage* _PangoAnalysis::language |
Definition at line 93 of file pango-item.h.
guint8 _PangoAnalysis::level |
Definition at line 88 of file pango-item.h.
guint8 _PangoAnalysis::script |
Definition at line 92 of file pango-item.h.
PangoEngineShape* _PangoAnalysis::shape_engine |
Definition at line 80 of file pango-item.h.