linebender / xilem

An experimental Rust native UI framework
Apache License 2.0
3.14k stars 92 forks source link

Support `text_size` in `Label`/`Prose` views #413

Closed DJMcNab closed 4 days ago

DJMcNab commented 4 days ago

Format:

label("everything").text_size(42.)

and the same with prose.

I've also added font_size aliases for these, because people will expect it to have these names.