Struct sensehat_screen::fonts::FontString[][src]

pub struct FontString(_);

A FontString is a collection of FontUtf16 which can be rendered to frames for the LED Matrix.

Methods

impl FontString
[src]

Create an empty FontString.

Render the font string as a collection of unicode value points, Vec<u16>.

Render the font string as a String.

Returns a Vec<FontFrame> for each inner font.

Returns a Vec<PixelFrame> for each inner font.

Trait Implementations

impl Clone for FontString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FontString
[src]

Formats the value using the given formatter. Read more

impl Default for FontString
[src]

Returns the "default value" for a type. Read more

impl PartialEq for FontString
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for FontString

impl Sync for FontString