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§
- Glyph
Layout - Visual glyph bounds emitted by the text shaper.
- Line
Layout - Layout information for a single line of text.
- Text
Layout Data - Cached text layout result with pre-computed glyph positions.
- Text
Layout Result