ScriptIter
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "pango_script_iter_get_type ()" ) ]
[ Compact ]
public class ScriptIter
A `PangoScriptIter` is used to iterate through a string and identify ranges in different scripts.
Content:
Creation methods:
Methods:
- public void free ()
Frees a `PangoScriptIter`.
- public void get_range (out string start, out string end, out Script script)
Gets information about the range to which
this currently points.
- public bool next ()
Advances a `PangoScriptIter` to the next range.