Enum font_kit::error::GlyphLoadingError[][src]

pub enum GlyphLoadingError {
    NoSuchGlyph,
}

Reasons why a font might fail to load a glyph.

Variants

The font didn't contain a glyph with that ID.

Trait Implementations

impl PartialEq for GlyphLoadingError
[src]

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

This method tests for !=.

impl Debug for GlyphLoadingError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations