Skip to main content

Module text

Module text 

Source
Expand description

Advanced extension API: glyphon text batching for a single frame.

Extension API for custom crate::drawable::WgpuDrawable implementations; not re-exported in crate::prelude and may change between releases.

TextState queues text lines during command execution via TextState::queue_text and renders them in a single glyphon pass at frame end via TextState::flush. All text uses glyphon Family::SansSerif; there is no font-loading API.

Structsยง

TextState
Glyphon-backed text batching for a single frame.