1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

refactor fonts: put TextStyle in Galley instead of in Shape::Text

This commit is contained in:
Emil Ernerfeldt
2021-03-29 21:24:09 +02:00
parent ade41403b5
commit d4e5133da2
14 changed files with 61 additions and 50 deletions

View File

@@ -79,7 +79,6 @@ pub fn criterion_benchmark(c: &mut Criterion) {
&fonts,
egui::Pos2::ZERO,
&galley,
text_style,
egui::Color32::WHITE,
fake_italics,
&mut mesh,