summaryrefslogblamecommitdiffstats
path: root/widget/src/text.rs
blob: ce4f44bde715d405a57ff40457c2e216878041a8 (plain) (tree)
1
2
3
4
5
6
                                

                                     
                

                                               
//! Draw and interact with text.
pub use crate::core::widget::text::*;

/// A paragraph.
pub type Text<'a, Renderer = crate::Renderer> =
    crate::core::widget::Text<'a, Renderer>;