Skip to content

Commit

Permalink
Deprecate family/equal_unicode_encodings check
Browse files Browse the repository at this point in the history
com.google.fonts/check/family/equal_unicode_encodings
Removed from the OpenType profile.

(issue #4569)
  • Loading branch information
felipesanches committed Mar 6, 2024
1 parent 6477572 commit ebc4f78
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 103 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A more detailed list of changes is available in the corresponding milestones for
### Deprecated checks
#### Removed from the Open Type profile
- **[com.google.fonts/check/family/panose_proportion]:** (issue #4083)
- **[com.google.fonts/check/family/equal_unicode_encodings]:** (issue #4569)

### Changes to existing checks
#### On the Google Fonts profile
Expand Down Expand Up @@ -76,7 +77,6 @@ A more detailed list of changes is available in the corresponding milestones for

#### On the Open Type Profile
- **[com.google.fonts/check/family/equal_font_versions]:** Added rationale. (PR #4570)
- **[com.google.fonts/check/family/equal_unicode_encodings]:** Added rationale, even though this is a questionable check, which we may simply deprecate, as we're not sure why would we expect what it checks. (PR #4570)
- **[com.google.fonts/check/family_naming_recommendations]:** Added rationale. (PR #4570)
- **[com.google.fonts/check/family/panose_familytype]:** Add rationale and improve message when there are inconsistencies. (PR #4570)
- **[com.google.fonts/check/font_version]:** Added rationale. (PR #4570)
Expand Down
35 changes: 0 additions & 35 deletions Lib/fontbakery/checks/opentype/cmap.py

This file was deleted.

3 changes: 0 additions & 3 deletions Lib/fontbakery/profiles/adobefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"com.adobe.fonts/check/cff_call_depth",
"com.adobe.fonts/check/cff_deprecated_operators",
],
"cmap": [
"com.google.fonts/check/family/equal_unicode_encodings",
],
"fontwerk": [
"com.fontwerk/check/inconsistencies_between_fvar_stat", # IS_OVERRIDDEN
"com.fontwerk/check/weight_class_fvar", # IS_OVERRIDDEN
Expand Down
1 change: 0 additions & 1 deletion Lib/fontbakery/profiles/opentype.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"OpenType Specification Checks": [
"com.google.fonts/check/family/underline_thickness",
"com.google.fonts/check/family/panose_familytype",
"com.google.fonts/check/family/equal_unicode_encodings",
"com.google.fonts/check/family/equal_font_versions",
"com.adobe.fonts/check/family/bold_italic_unique_for_nameid1",
"com.adobe.fonts/check/family/max_4_fonts_per_family_name",
Expand Down
3 changes: 0 additions & 3 deletions Lib/fontbakery/profiles/typenetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
"com.adobe.fonts/check/cff2_call_depth",
"com.adobe.fonts/check/cff_deprecated_operators",
],
"cmap table": [
"com.google.fonts/check/family/equal_unicode_encodings",
],
"DSIG": [
"com.google.fonts/check/dsig",
],
Expand Down
8 changes: 1 addition & 7 deletions docs/source/fontbakery/checks/opentype.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ CFF table checks
.. automodule:: fontbakery.checks.opentype.cff
:members:

cmap table checks
*****************

.. automodule:: fontbakery.checks.opentype.cmap
:members:

DSIG table checks
*****************

Expand Down Expand Up @@ -102,4 +96,4 @@ STAT table checks
*****************

.. automodule:: fontbakery.checks.opentype.stat
:members:
:members:
53 changes: 0 additions & 53 deletions tests/checks/opentype/cmap_test.py

This file was deleted.

0 comments on commit ebc4f78

Please sign in to comment.