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 a47f344 commit 1b48e1aCopy full SHA for 1b48e1a
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