Skip to content

Commit

Permalink
Go halfway back to the old kern writer
Browse files Browse the repository at this point in the history
  • Loading branch information
madig committed Jul 11, 2024
1 parent 4c1c521 commit 67d6c60
Show file tree
Hide file tree
Showing 9 changed files with 2,725 additions and 4,443 deletions.
1,627 changes: 805 additions & 822 deletions Lib/ufo2ft/featureWriters/kernFeatureWriter.py

Large diffs are not rendered by default.

585 changes: 0 additions & 585 deletions Lib/ufo2ft/featureWriters/kernFeatureWriter2.py

This file was deleted.

1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pytest
black
isort
flake8-bugbear
syrupy
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ filterwarnings:
ignore:tostring:DeprecationWarning
ignore:fromstring:DeprecationWarning
ignore:.*bytes:DeprecationWarning:fs.base
ignore::DeprecationWarning:fs
ignore::DeprecationWarning:pkg_resources
6 changes: 3 additions & 3 deletions tests/featureCompiler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,15 +341,15 @@ def test_setupFeatures_custom_feaIncludeDir(self, FontClass, tmp_path):
sub f f by f_f;
} liga;
lookup kern_Default {
lookup kern_dflt {
lookupflag IgnoreMarks;
pos a v -40;
} kern_Default;
} kern_dflt;
feature kern {
script DFLT;
language dflt;
lookup kern_Default;
lookup kern_dflt;
} kern;
"""
)
Loading

0 comments on commit 67d6c60

Please sign in to comment.