pub fn ui_label(x: f32, y: f32, text: &str, size: f32)Expand description
Render a static text label using GPU font shaping.
muted switches to a lower-emphasis colour suitable for hints/captions;
size is the font size in CSS-like px (use 14.0 for body text).