Struct sensehat_screen::fonts::FontFrame[][src]

pub struct FontFrame { /* fields omitted */ }

A font that can be rendered as a PixelFrame with a stroke color, and a background color.

Methods

impl FontFrame
[src]

Create a new font frame with a stroke color, and a background color.

The PixelFrame for this font.

Trait Implementations

impl Debug for FontFrame
[src]

Formats the value using the given formatter. Read more

impl PartialEq for FontFrame
[src]

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

This method tests for !=.

impl From<FontFrame> for PixelFrame
[src]

Performs the conversion.

impl BackgroundColor for FontFrame
[src]

Sets the background color.

Gets the background color.

impl StrokeColor for FontFrame
[src]

Sets the stroke color.

Gets the stroke color.

Auto Trait Implementations

impl Send for FontFrame

impl Sync for FontFrame