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ยง
- Text
State - Glyphon-backed text batching for a single frame.