Trait widgetry::text::TextExt[][src]

pub trait TextExt {
    fn text_widget(self, ctx: &EventCtx<'_>) -> Widget;
fn batch_text(self, ctx: &EventCtx<'_>) -> Widget; }

Required methods

Implementations on Foreign Types

Implementors