mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
export the ext traits
This commit is contained in:
@@ -454,8 +454,9 @@ pub use epaint::{
|
|||||||
pub mod text {
|
pub mod text {
|
||||||
pub use crate::text_selection::CCursorRange;
|
pub use crate::text_selection::CCursorRange;
|
||||||
pub use epaint::text::{
|
pub use epaint::text::{
|
||||||
ByteIndex, ByteRange, CharIndex, CharRange, FontData, FontDefinitions, FontFamily, Fonts,
|
ByteIndex, ByteRange, ByteRangeExt, CharIndex, CharRange, CharRangeExt, FontData,
|
||||||
Galley, LayoutJob, LayoutSection, TextFormat, TextWrapping, cursor::CCursor,
|
FontDefinitions, FontFamily, Fonts, Galley, LayoutJob, LayoutSection, TextFormat,
|
||||||
|
TextWrapping, cursor::CCursor,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user