mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
More even text kerning (#7431)
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ pub const TAB_SIZE: usize = 4;
|
||||
pub use {
|
||||
fonts::{
|
||||
FontData, FontDefinitions, FontFamily, FontId, FontInsert, FontPriority, FontTweak, Fonts,
|
||||
FontsImpl, InsertFontFamily,
|
||||
FontsImpl, FontsView, InsertFontFamily,
|
||||
},
|
||||
text_layout::*,
|
||||
text_layout_types::*,
|
||||
|
||||
Reference in New Issue
Block a user