pub fn paint_text_size( ui: &mut dyn UiBuilder, pos: [f32; 2], text: &str, size: f32, color: [f32; 4], )
Paints proportional text at the given position with explicit size + color.