We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b9960 commit 848552dCopy full SHA for 848552d
src/cff2.rs
@@ -1,5 +1,5 @@
1
use crate::interjector::Interjector;
2
-use crate::Error::{MalformedFont, Unimplemented};
+use crate::Error::MalformedFont;
3
use crate::{glyf, Context, MaxpData};
4
use std::borrow::Cow;
5
0 commit comments