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

#include <pango-glyph.h>

Data Fields

guint is_cluster_start: 1
 
guint is_color: 1
 

Detailed Description

PangoGlyphVisAttr: @is_cluster_start: set for the first logical glyph in each cluster. @is_color: set if the the font will render this glyph with color. Since 1.50

A PangoGlyphVisAttr structure communicates information between the shaping and rendering phases.

Currently, it contains cluster start and color information. More attributes may be added in the future.

Clusters are stored in visual order, within the cluster, glyphs are always ordered in logical order, since visual order is meaningless; that is, in Arabic text, accent glyphs follow the glyphs for the base character.

Definition at line 103 of file pango-glyph.h.

Field Documentation

◆ is_cluster_start

guint _PangoGlyphVisAttr::is_cluster_start

Definition at line 105 of file pango-glyph.h.

◆ is_color

guint _PangoGlyphVisAttr::is_color

Definition at line 106 of file pango-glyph.h.


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