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]
pub fn to_slice(&self) -> &[u16][src]
Render the font string as unicode slice, &[u16].
pub fn to_string(&self) -> String[src]
Render the font string as a String.