pub fn text_code_wrap<H: UiHost>(
cx: &mut ElementContext<'_, H>,
text: impl Into<Arc<str>>,
) -> AnyElementExpand description
Declarative helper intended for code-like inline text.
Defaults:
- monospace font (
metric.font.mono_size/metric.font.mono_line_height) TextWrap::Graphemeso long tokens (paths/URLs/identifiers) can still wrap when needed