Skip to main content

Module text_layout_result

Module text_layout_result 

Source
Expand description

Text layout result with cached glyph positions.

This module provides TextLayoutResult which caches glyph X positions computed during text measurement, enabling O(1) cursor positioning and selection rendering instead of O(n²) substring measurements.

Structs§

GlyphLayout
Visual glyph bounds emitted by the text shaper.
LineLayout
Layout information for a single line of text.
TextLayoutData
Cached text layout result with pre-computed glyph positions.
TextLayoutResult