egui_layout_job_macro
As you can see, constructing a LayoutJob is currently a lot of work. It would be nice to have a helper macro for it! ~egui docs
Macros for egui LayoutJob and TextFormat
Installation
Macros are tested on the egui pinned in Cargo.toml, but it should theoretically work on any past and future releases.
Make sure egui is installed and available in your project
Usage
use layout_job;
layout_job!;
See the documentation and example.rs for more examples.