Pretext is intentionally focused. It handles text preparation and line fitting; it does not try to replace a full text rendering stack.
The font parser only understands a practical subset of CSS-style font strings. Unsupported syntax falls back to 16px Arial.
ICU-backed locale-aware word segmentation is available on desktop targets when the needed ICU libraries are available. If ICU is unavailable, the engine falls back to its internal tokenization path.
LayoutWithLines allocatesIf you are on a hot path and only need geometry, prefer WalkLineRanges or LayoutNextLine.
Prepared objects are valid only for the text, font, white-space mode, and locale they were created with.
Rendering quality, baseline handling, and final visuals still depend on your host UI and paint configuration.