mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Improve test of text rendering
This commit is contained in:
@@ -13,8 +13,9 @@ fn test_kerning() {
|
||||
ui.label("Hello world!");
|
||||
ui.label("Repeated characters: iiiiiiiiiiiii lllllllll mmmmmmmmmmmmmmmm");
|
||||
ui.label("Thin spaces: −123 456 789");
|
||||
ui.label("Ligature: fi :)");
|
||||
ui.label("\ttabbed");
|
||||
ui.label("Ligature: fi fl ffi ffl");
|
||||
ui.label("Kerning: AVATAR");
|
||||
ui.label("\ttabbed\ttext");
|
||||
});
|
||||
harness.run();
|
||||
harness.fit_contents();
|
||||
|
||||
Reference in New Issue
Block a user