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

Add UI to modify FontTweak live (#5125)

This will make it easier to get nice sizing and vertical alignments of
fonts
This commit is contained in:
Emil Ernerfeldt
2024-09-18 13:43:33 +02:00
committed by GitHub
parent e31b44f1a5
commit f4ed394a85
7 changed files with 126 additions and 25 deletions

View File

@@ -482,7 +482,7 @@ fn replace_last_glyph_with_overflow_character(
/// Horizontally aligned the text on a row.
///
/// /// Ignores the Y coordinate.
/// Ignores the Y coordinate.
fn halign_and_justify_row(
point_scale: PointScale,
row: &mut Row,