1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Export ByteRange and CharRange (#8247)

This commit is contained in:
Emil Ernerfeldt
2026-06-22 05:45:48 +02:00
committed by GitHub
parent 467c5b84f0
commit 428e027ec7
4 changed files with 8 additions and 6 deletions

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,
};
}