Import line: | Pango = imports.gi.Pango; |
GIR File: | Pango-1.0.gir |
C documentation: | Pango.ScriptIter |
Struct : | ScriptIter |
None |
Method / Constructor | Defined By | |
---|---|---|
free
()
:
none
Frees a PangoScriptIter created with pango_script_iter_new().
Frees a PangoScriptIter created with pango_script_iter_new().
|
Pango.ScriptIter | |
Gets information about the range to which iter currently points.
Gets information about the range to which iter currently points.
The range is the set of locations p where *start <= p < *end. (That is, it doesn't include the character stored at *end)
|
Pango.ScriptIter | |
next
()
:
gboolean
Advances a PangoScriptIter to the next range.
Advances a PangoScriptIter to the next range. If iter
is already at the end, it is left unchanged and FALSE is returned.
|
Pango.ScriptIter |
None |