Struct
PangoGlyphString
[−]
Description [src]
struct PangoGlyphString {
int num_glyphs;
PangoGlyphInfo* glyphs;
int* log_clusters;
}
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.
[−]
Structure members
num_glyphs
Number of glyphs in this glyph string.
glyphs
Array of glyph information.
log_clusters
Logical cluster info, indexed by the byte index within the text corresponding to the glyph string.
[−]
Instance methods
pango_glyph_string_get_logical_widths
Given a PangoGlyphString
and corresponding text, determine the width
corresponding to each character.