mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
expose egui::TextFormat
This commit is contained in:
@@ -401,7 +401,7 @@ impl SubTree {
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
fn text_layout_ui(ui: &mut egui::Ui) {
|
||||
use egui::epaint::text::{LayoutJob, TextFormat};
|
||||
use egui::text::LayoutJob;
|
||||
|
||||
let mut job = LayoutJob::default();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user