Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-glyph.h>
Data Fields | |
int | num_glyphs |
PangoGlyphInfo * | glyphs |
int * | log_clusters |
int | space |
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.
PangoGlyphInfo* _PangoGlyphString::glyphs |
Definition at line 143 of file pango-glyph.h.
int* _PangoGlyphString::log_clusters |
Definition at line 144 of file pango-glyph.h.
int _PangoGlyphString::num_glyphs |
Definition at line 141 of file pango-glyph.h.
int _PangoGlyphString::space |
Definition at line 147 of file pango-glyph.h.