TextT.getRangeExtents

Get the bounding box for text within the specified range.

template TextT(TStruct)
void
getRangeExtents

Parameters

startOffset int

The offset of the first text character for which boundary information is required.

endOffset int

The offset of the text character after the last character for which boundary information is required.

coordType AtkCoordType

Specify whether coordinates are relative to the screen or widget window.

rect AtkTextRectangle

A pointer to a AtkTextRectangle which is filled in by this function.

Meta