orangy
08/08/2022, 2:20 PMTextLayoutResult
, kinda like getOffsetForPosition
but returning null, if there is no text at coordinates? E.g. if text is wrapped and second line is shorter, I would like to know if coordinates are over real text, or over blank part here ->Halil Ozercan
08/08/2022, 4:14 PMgetBoundingBox(offset)
at the returned offset from getOffsetForPosition
and check whether this boundingbox contains the original position.Siyamed
08/08/2022, 10:37 PMorangy
08/10/2022, 4:20 PM