Skip to content

Commit

Permalink
Deprecate 'kerning_for_non_ligated_sequences' (Universal Profile)
Browse files Browse the repository at this point in the history
"Is there kerning info for non-ligated sequences?"

(issue fonttools#2954 / simoncozens/fontspector@eaa5244)
  • Loading branch information
felipesanches committed Dec 6, 2024
1 parent 9f69a10 commit f615b40
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 164 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Below are the noteworthy changes from each release.
A more detailed list of changes is available in the corresponding milestones for each release in the Github issue tracker (https://github.com/googlefonts/fontbakery/milestones?state=closed).

## Upcoming release: 0.13.0 (2024-Dec-??)
- ...
### Deprecated checks
#### On the Universal Profile
- **[kerning_for_non_ligated_sequences]**: "Is there kerning info for non-ligated sequences?" (issue #2954 / https://github.com/simoncozens/fontspector/commit/eaa52447ddc4a42e26b6430841a43026870d8a48)


## 0.13.0a6 (2024-Dec-03)
Expand Down
97 changes: 0 additions & 97 deletions Lib/fontbakery/checks/kerning_for_non_ligated_sequences.py

This file was deleted.

1 change: 0 additions & 1 deletion Lib/fontbakery/profiles/adobefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"hinting_impact",
"integer_ppem_if_hinted",
"interpolation_issues",
"kerning_for_non_ligated_sequences",
"legacy_accents",
"ligature_carets",
"mandatory_avar_table",
Expand Down
1 change: 0 additions & 1 deletion Lib/fontbakery/profiles/fontbureau.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"hinting_impact",
"inconsistencies_between_fvar_STAT",
"integer_ppem_if_hinted",
"kerning_for_non_ligated_sequences",
"ligature_carets",
"mandatory_avar_table",
"missing_small_caps_glyphs",
Expand Down
1 change: 0 additions & 1 deletion Lib/fontbakery/profiles/microsoft.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"hinting_impact",
"inconsistencies_between_fvar_STAT",
"integer_ppem_if_hinted",
"kerning_for_non_ligated_sequences",
"ligature_carets",
"mandatory_avar_table",
"missing_small_caps_glyphs",
Expand Down
7 changes: 0 additions & 7 deletions Lib/fontbakery/profiles/typenetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@
"reason": "This is a feature, not really needed to the font perform well.",
},
],
"kerning_for_non_ligated_sequences": [
{
"code": "lacks-kern-info",
"status": "INFO",
"reason": "This is a feature, not really needed to the font perform well.",
},
],
"googlefonts/varfont/bold_wght_coord": [
{
"code": "no-bold-instance",
Expand Down
1 change: 0 additions & 1 deletion Lib/fontbakery/profiles/universal.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"legacy_accents",
"ligature_carets",
"linegaps",
"kerning_for_non_ligated_sequences",
"mandatory_avar_table",
"mandatory_glyphs",
"math_signs_width",
Expand Down
55 changes: 0 additions & 55 deletions tests/test_checks_kerning.py

This file was deleted.

0 comments on commit f615b40

Please sign in to comment.