mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
The text shaper doesn't handle tab stops — override the advance width to TAB_SIZE × space width in layout_shaped_run, matching the previous character-by-character behavior.