Enum owned_ttf_parser::CFFError
source · 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§
source§impl PartialEq for CFFError
impl PartialEq for CFFError
impl Copy for CFFError
impl Eq for CFFError
impl StructuralPartialEq for CFFError
Auto Trait Implementations§
impl Freeze for CFFError
impl RefUnwindSafe for CFFError
impl Send for CFFError
impl Sync for CFFError
impl Unpin for CFFError
impl UnwindSafe for CFFError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more