get_range


Description:

[ Version ( since = "1.4" ) ]
public void get_range (out string start, out string end, out Script script)

Gets information about the range to which this 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 `PangoScript`, as of Pango 1.18, this function simply returns `GUnicodeScript` values. Callers must be prepared to handle unknown values.

Parameters:

this

a `PangoScriptIter`

start

location to store start position of the range

end

location to store end position of the range

script

location to store script for range