[][src]Trait widgetry::TextExt

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

Required methods

fn draw_text(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...