pango.script_iter
Module for [ScriptIter] class
class ScriptIter
Types 1
classScriptIter : gobject.boxed.Boxed
A [pango.script_iter.ScriptIter] is used to iterate through a string and identify ranges in different scripts.
Methods
ScriptIter self()Returns `this`, for use in `with` statements.void getRange(out string start, out string end, out pango.types.Script script)Gets information about the range to which iter currently points.bool next()Advances a [pango.script_iter.ScriptIter] to the next range.