egui icon indicating copy to clipboard operation
egui copied to clipboard

TAB key in TextEdit, fill the space with different sizes

Open rustbasic opened this issue 1 year ago • 0 comments

https://github.com/emilk/egui/issues/3850

I want to use the following for accurate usage: egui\src\text_selection\text_cursor_state.rs 360 lines let width = unicode_width::UnicodeWidthChar::width_cjk(c).unwrap_or(2);

rustbasic avatar Jan 24 '24 10:01 rustbasic