Struct

PangoGlyphItemIter

since: 1.22

Description

struct PangoGlyphItemIter {
  PangoGlyphItem* glyph_item;
  const gchar* text;
  int start_glyph;
  int start_index;
  int start_char;
  int end_glyph;
  int end_index;
  int end_char;
}
No description available.
Structure members
glyph_item
No description available.
text
No description available.
start_glyph
No description available.
start_index
No description available.
start_char
No description available.
end_glyph
No description available.
end_index
No description available.
end_char
No description available.

Available since: 1.22

Instance methods

pango_glyph_item_iter_copy
No description available.

since: 1.22

pango_glyph_item_iter_free
No description available.

since: 1.22

pango_glyph_item_iter_init_end
No description available.

since: 1.22

pango_glyph_item_iter_init_start
No description available.

since: 1.22

pango_glyph_item_iter_next_cluster
No description available.

since: 1.22

pango_glyph_item_iter_prev_cluster
No description available.

since: 1.22