[][src]Enum rofi::pango::FontSize

pub enum FontSize {
    VeryTiny,
    Tiny,
    Small,
    Normal,
    Large,
    Huge,
    VeryHuge,
    Smaller,
    Larger,
}

Enumeration over all avaliable font sizes

Variants

VeryTiny

Very tiny font size, corresponsds to xx-small

Tiny

Tiny font size, corresponds to x-small

Small

Small font size, corresponds to small

Normal

Normal font size (default), corresponds to medium

Large

Large font size, corresponds to large

Huge

Huge font size, corresponds to x-large

VeryHuge

Very huge font size, corresponds to xx-large

Smaller

Relative font size, makes content smaller than the parent

Larger

Relative font size, makes content larger than the parent

Trait Implementations

impl Debug for FontSize[src]

Auto Trait Implementations

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, 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.