GlyphItemIter
Added in version 1.22.
- class GlyphItemIter(*args, **kwargs)
- Constructors:
GlyphItemIter()
Methods
- class GlyphItemIter
-
- init_end(glyph_item: GlyphItem, text: str) bool
Initializes a
PangoGlyphItemIter
structure to point to the last cluster in a glyph item.See
PangoGlyphItemIter
for details of cluster orders.Added in version 1.22.
- Parameters:
glyph_item – the glyph item to iterate over
text – text corresponding to the glyph item
- init_start(glyph_item: GlyphItem, text: str) bool
Initializes a
PangoGlyphItemIter
structure to point to the first cluster in a glyph item.See
PangoGlyphItemIter
for details of cluster orders.Added in version 1.22.
- Parameters:
glyph_item – the glyph item to iterate over
text – text corresponding to the glyph item