[][src]Struct embedded_graphics::fonts::Font24x32

pub struct Font24x32;

24x32 pixel monospace font.

The 24x32 font is a 2x scaling of the 12x16 font.

The 12x16 font sprite is shown here for reference:

12x16 font spritemap screenshot

Examples

See the module-level documentation for examples.

Trait Implementations

impl Clone for Font24x32[src]

impl Copy for Font24x32[src]

impl Debug for Font24x32[src]

impl Default for Font24x32[src]

impl Eq for Font24x32[src]

impl Font for Font24x32[src]

impl Hash for Font24x32[src]

impl Ord for Font24x32[src]

impl PartialEq<Font24x32> for Font24x32[src]

impl PartialOrd<Font24x32> for Font24x32[src]

impl StructuralEq for Font24x32[src]

impl StructuralPartialEq for Font24x32[src]

Auto Trait Implementations

impl Send for Font24x32

impl Sync for Font24x32

impl Unpin for Font24x32

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Scalar for T where
    T: PartialEq<T> + Copy + Any + Debug
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,