Enum sdl2_ttf::FontError [] [src]

pub enum FontError {
    InvalidLatin1Text(NulError),
    SdlError(String),
}

A font-related error.

Variants

A Latin-1 encoded byte string is invalid.

A SDL2-related error occured.

Trait Implementations

impl Debug for FontError
[src]

Formats the value using the given formatter.

impl Error for FontError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for FontError
[src]

Formats the value using the given formatter. Read more