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

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

Required methods

fn text_widget(self, ctx: &EventCtx<'_>) -> Widget[src]

fn batch_text(self, ctx: &EventCtx<'_>) -> Widget[src]

Loading content...

Implementations on Foreign Types

impl TextExt for &str[src]

impl TextExt for String[src]

Loading content...

Implementors

Loading content...