ScriptIter.getRange

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

Gets information about the range to which iter currently points.

The range is the set of locations p where start <= p < end. (That is, it doesn't include the character stored at *end)

Note that while the type of the script argument is declared as [pango.types.Script], as of Pango 1.18, this function simply returns [glib.types.UnicodeScript] values. Callers must be prepared to handle unknown values.

Parameters

startlocation to store start position of the range
endlocation to store end position of the range
scriptlocation to store script for range