Enum rusttype::gpu_cache::CacheReadErr
[−]
[src]
pub enum CacheReadErr {
GlyphNotCached,
}Returned from Cache::rect_for.
Variants
GlyphNotCached | Indicates that the requested glyph is not present in the cache |