Trait TextExt
ezgui::text
pub trait TextExt { fn draw_text(self, ctx: &EventCtx) -> Widget; fn batch_text(self, ctx: &EventCtx) -> Widget; }
fn draw_text(self, ctx: &EventCtx) -> Widget
fn batch_text(self, ctx: &EventCtx) -> Widget
impl<'_> TextExt for &'_ str
impl TextExt for String