pango.script_iter

Module for [ScriptIter] class

Types 1

A [pango.script_iter.ScriptIter] is used to iterate through a string and identify ranges in different scripts.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
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.
Constructors
this(void * ptr, Flag!"Take" take)
this(string text)Create a new [pango.script_iter.ScriptIter], used to break a string of Unicode text into runs by Unicode script.