Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Jan 22, 2023
1 parent f759d03 commit 3595a68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions fontir/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,9 @@ pub enum WorkError {
axis: String,
pos: NormalizedCoord,
},
#[error("{glyph_name} invalid: {message}")]
InvalidSourceGlyph {
glyph_name: GlyphName,
message: String,
},
}
3 changes: 1 addition & 2 deletions shape-brokkr/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! Library to aid in identifying reusable shapes.
//!
//!
//! Derived from <https://github.com/googlefonts/nanoemoji>'s implementation
//! of shape reuse.

0 comments on commit 3595a68

Please sign in to comment.