Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoAnalysis Struct Reference

#include <pango-item.h>

Data Fields

PangoEngineShapeshape_engine
 
PangoEngineLanglang_engine
 
PangoFontfont
 
guint8 level
 
guint8 gravity
 
guint8 flags
 
guint8 script
 
PangoLanguagelanguage
 
GSListextra_attrs
 

Detailed Description

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.

Field Documentation

◆ extra_attrs

GSList* _PangoAnalysis::extra_attrs

Definition at line 95 of file pango-item.h.

◆ flags

guint8 _PangoAnalysis::flags

Definition at line 90 of file pango-item.h.

◆ font

PangoFont* _PangoAnalysis::font

Definition at line 86 of file pango-item.h.

◆ gravity

guint8 _PangoAnalysis::gravity

Definition at line 89 of file pango-item.h.

◆ lang_engine

PangoEngineLang* _PangoAnalysis::lang_engine

Definition at line 81 of file pango-item.h.

◆ language

PangoLanguage* _PangoAnalysis::language

Definition at line 93 of file pango-item.h.

◆ level

guint8 _PangoAnalysis::level

Definition at line 88 of file pango-item.h.

◆ script

guint8 _PangoAnalysis::script

Definition at line 92 of file pango-item.h.

◆ shape_engine

PangoEngineShape* _PangoAnalysis::shape_engine

Definition at line 80 of file pango-item.h.


The documentation for this struct was generated from the following file: