pub fn printable_text<'a>(text: impl Into<Cow<'a, str>>) -> Cow<'a, str>
Printable metadata with the same grapheme policy as buffer emission. Preserve an already-owned label without copying when no control needs replacing.