ScriptIter

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

Constructors

this
this(string text)

Create a new pango.script_iter.ScriptIter, used to break a string of Unicode text into runs by Unicode script.

Members

Functions

getRange
void getRange(string start, string end, pango.types.Script script)

Gets information about the range to which iter currently points.

next
bool next()

Advances a pango.script_iter.ScriptIter to the next range.

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

getType
GType getType()

Get the GType of this boxed type.

gType
GType gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

copy_
void* copy_()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.