Sets our main struct and passes it to the parent class
Create a new PangoScriptIter, used to break a string of Unicode into runs by text. No copy is made of text, so the caller needs to make sure it remains valid until the iterator is freed with pango_script_iter_free(). Since 1.4
Frees a PangoScriptIter created with pango_script_iter_new(). Since 1.4
Get the main Gtk struct
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) Since 1.4
the main Gtk struct as a void*
Advances a PangoScriptIter to the next range. If iter is already at the end, it is left unchanged and FALSE is returned. Since 1.4
the main Gtk struct
The functions in this section are used to identify the writing system, or script of individual characters and of ranges within a larger text string.