Enum owned_ttf_parser::CFFError [−][src]
pub enum CFFError {
Show 18 variants
NoGlyph,
ReadOutOfBounds,
ZeroBBox,
InvalidOperator,
UnsupportedOperator,
MissingEndChar,
DataAfterEndChar,
NestingLimitReached,
ArgumentsStackLimitReached,
InvalidArgumentsStackLength,
BboxOverflow,
MissingMoveTo,
InvalidSubroutineIndex,
NoLocalSubroutines,
InvalidSeacCode,
InvalidItemVariationDataIndex,
InvalidNumberOfBlendOperands,
BlendRegionsLimitReached,
}
Expand description
A list of errors that can occur during a CFF glyph outlining.
Variants
NoGlyph
ReadOutOfBounds
ZeroBBox
InvalidOperator
UnsupportedOperator
MissingEndChar
DataAfterEndChar
NestingLimitReached
ArgumentsStackLimitReached
InvalidArgumentsStackLength
BboxOverflow
MissingMoveTo
InvalidSubroutineIndex
NoLocalSubroutines
InvalidSeacCode
InvalidItemVariationDataIndex
InvalidNumberOfBlendOperands
BlendRegionsLimitReached
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CFFError
impl UnwindSafe for CFFError
Blanket Implementations
Mutably borrows from an owned value. Read more