Skip to content

Commit

Permalink
More unwanted tables
Browse files Browse the repository at this point in the history
'unwanted_tables'
On Universal profile.

(Sync with simoncozens/fontspector@38ea16d)
  • Loading branch information
felipesanches committed Nov 11, 2024
1 parent c97e633 commit 9797f3c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Lib/fontbakery/checks/unwanted_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ def check_unwanted_tables(ttFont):
"TSI2": "Table contains data only used in VTT",
"TSI3": "Table contains data only used in VTT",
"TSI5": "Table contains data only used in VTT",
"TSIC": "Table contains data only used in VTT",
"TSIV": "Table contains data only used in VOLT",
"TSIP": "Table contains data only used in VOLT",
"TSIS": "Table contains data only used in VOLT",
"TSID": "Table contains data only used in VOLT",
"TSIJ": "Table contains data only used in VOLT",
"TSIB": "Table contains data only used in VOLT",
"prop": (
"Table used on AAT, Apple's OS X specific technology."
" Although Harfbuzz now has optional AAT support,"
Expand Down

0 comments on commit 9797f3c

Please sign in to comment.