Window-relative native pixel bounds for one requested logical text range.
Range geometry is bounded to at most 64 requests per surface and includes only ranges present in the current native layout. Each result contains a bounded rectangle for every visual row crossed by wrapped text.
Summary
Functions
Decodes a protocol range-geometry map into a typed value.
Types
@type t() :: %GPUI.Text.RangeGeometry{ range: GPUI.Text.Range.t(), rectangles: [GPUI.Text.Rectangle.t()] }