Struct font_kit::loader::FallbackResult [−][src]
pub struct FallbackResult<Font> {
pub fonts: Vec<FallbackFont<Font>>,
pub valid_len: usize,
}Expand description
The result of a fallback query.
Fields
fonts: Vec<FallbackFont<Font>>A list of fallback fonts.
valid_len: usizeThe fallback list is valid for this slice of the given text.
Trait Implementations
Auto Trait Implementations
impl<Font> RefUnwindSafe for FallbackResult<Font> where
Font: RefUnwindSafe, impl<Font> Send for FallbackResult<Font> where
Font: Send, impl<Font> Sync for FallbackResult<Font> where
Font: Sync, impl<Font> Unpin for FallbackResult<Font> where
Font: Unpin, impl<Font> UnwindSafe for FallbackResult<Font> where
Font: UnwindSafe,