(str: &str, color: Color32, job: &mut LayoutJob, font_id: FontId)
| 18 | |
| 19 | #[inline] |
| 20 | fn write_text(str: &str, color: Color32, job: &mut LayoutJob, font_id: FontId) { |
| 21 | job.append(str, 0.0, TextFormat::simple(font_id, color)); |
| 22 | } |
no outgoing calls
no test coverage detected