Skip to content

Commit

Permalink
vttclean is now merged into unwanted_tables
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Jan 17, 2025
1 parent 834a1d6 commit 1519e82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions fontspector-py/tests/test_checks_hinting.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,3 @@ def test_check_smart_dropout(check):

ttFont["prep"].program.bytecode = array.array("B", [0])
assert_results_contain(check(ttFont), FAIL, "lacks-smart-dropout")


@pytest.mark.skip(reason="This check is not yet implemented.")
@check_id("vttclean")
def test_check_vttclean(check):
"""There must not be VTT Talk sources in the font."""
good_font = TEST_FILE("mada/Mada-Regular.ttf")
assert_PASS(check(good_font))

bad_font = TEST_FILE("hinting/Roboto-VF.ttf")
assert_results_contain(check(bad_font), FAIL, "has-vtt-sources")
1 change: 0 additions & 1 deletion profile-universal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ include_profiles = ["opentype"]
# "family/single_directory", # Fontspector assumes families are in a directory
# "ots", # ots checks need to be directly integrated
# "ttx_roundtrip", # What's ttx? :-)
# "vttclean", # merged into unwanted_tables
# "fontspector_version", # we'll just do this once at the start of the program, doesn't make sense for web
# "kerning_for_non_ligated_sequences", # I just think this is a bad check
# "unique_glyphnames", # valid_glyphnames also checks for uniqueness
Expand Down

0 comments on commit 1519e82

Please sign in to comment.