Enum ttf_parser::cmap::GlyphVariationResult [−][src]
pub enum GlyphVariationResult {
Found(GlyphId),
UseDefault,
}Expand description
A result of a variation glyph mapping.
Variants
Found(GlyphId)Glyph was found in the variation encoding table.
Glyph should be looked in other, non-variation tables.
Basically, you should use Encoding::glyph_index or Face::glyph_index
in this case.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GlyphVariationResultimpl Send for GlyphVariationResultimpl Sync for GlyphVariationResultimpl Unpin for GlyphVariationResultimpl UnwindSafe for GlyphVariationResultBlanket Implementations
Mutably borrows from an owned value. Read more