Struct sensehat_screen::FontString [] [src]

pub struct FontString(_);

A string of font symbols valid for rendering. FontString instances can only be created by a FontCollection instance.

Methods

impl FontString
[src]

[src]

Render the font string as unicode slice, &[u16].

[src]

Render the font string as a String.

Trait Implementations

Auto Trait Implementations

impl Send for FontString

impl Sync for FontString