1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Export ByteRange and CharRange

This commit is contained in:
Emil Ernerfeldt
2026-06-21 20:35:19 -07:00
parent 467c5b84f0
commit b65b82ad7a

View File

@@ -454,8 +454,8 @@ pub use epaint::{
pub mod text {
pub use crate::text_selection::CCursorRange;
pub use epaint::text::{
ByteIndex, CharIndex, FontData, FontDefinitions, FontFamily, Fonts, Galley, LayoutJob,
LayoutSection, TextFormat, TextWrapping, cursor::CCursor,
ByteIndex, ByteRange, CharIndex, CharRange, FontData, FontDefinitions, FontFamily, Fonts,
Galley, LayoutJob, LayoutSection, TextFormat, TextWrapping, cursor::CCursor,
};
}