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) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
ScriptIter self() nothrowReturns `this`, for use in `with` statements.
void getRange(out string start, out string end, out pango.types.Script script) nothrowGets information about the range to which iter currently points.
bool next() nothrowAdvances 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.