Skip to content

Commit

Permalink
Merge pull request #764 from googlefonts/marks-context
Browse files Browse the repository at this point in the history
[marks] Move marks logic into a context struct
  • Loading branch information
cmyr authored Apr 3, 2024
2 parents bf6167a + 52270d8 commit 949b3b7
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 153 deletions.
1 change: 1 addition & 0 deletions fontbe/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pub enum Error {
#[error("No glyph class '{0}'")]
MissingGlyphClass(GlyphName),
#[error("Mark glyph '{glyph}' in conflicting classes '{old_class}' and '{new_class}'")]
//FIXME: this can be deleted eventually, we will manually ensure classes are disjoint
PreviouslyAssignedMarkClass {
old_class: SmolStr,
new_class: SmolStr,
Expand Down
Loading

0 comments on commit 949b3b7

Please sign in to comment.