Struct
PangoGlyphString
since: 1.0
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.
Available since: 1.0
Instance methods
pango_glyph_string_extents_range
Computes the extents of a sub-portion of a glyph string.
since: 1.0
pango_glyph_string_get_logical_widths
Given a PangoGlyphString
and corresponding text, determine the width
corresponding to each character.
since: 1.0