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

#include <pango-glyph.h>

Data Fields

int num_glyphs
 
PangoGlyphInfoglyphs
 
int * log_clusters
 
int space
 

Detailed Description

PangoGlyphString: @num_glyphs: number of glyphs in this glyph string @glyphs: (array length=num_glyphs): array of glyph information @log_clusters: logical cluster info, indexed by the byte index within the text corresponding to the glyph string

A PangoGlyphString is used to store strings of glyphs with geometry and visual attribute information.

The storage for the glyph information is owned by the structure which simplifies memory management.

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

Field Documentation

◆ glyphs

PangoGlyphInfo* _PangoGlyphString::glyphs

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

◆ log_clusters

int* _PangoGlyphString::log_clusters

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

◆ num_glyphs

int _PangoGlyphString::num_glyphs

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

◆ space

int _PangoGlyphString::space

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


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