Skip to main content

Module text

Module text 

Source
Expand description

Unicode, BiDi, shaping, line breaking, and measurement. Defines bounded text contracts and behavior for this crate.

Structs§

Glyph
One positioned glyph in fixed-point output coordinates.
GlyphRun
Contiguous font/direction shaping result.
TextEngine
Unicode text engine backed only by explicit fonts.
TextLayout
Complete deterministic shaped layout.
TextLine
One visual line.
TextOptions
Explicit text measurement options.

Enums§

TextDiagnostic
Non-fatal text diagnostic.
TextOverflow
Text overflow strategy.
WritingMode
Writing direction selected before shaping.