1 2 3 4 5 6 7 8
mod layout; mod types; mod widget; pub use types::{ TextAlignment, TextFont, TextRunStyle, TextSpan, TextVerticalAlignment, TextViewStyle, TextWrap, }; pub use widget::{RichTextView, TextView, draw_text_view};