fonttools / fontbakery

🧁 A font quality assurance tool for everyone
https://fontbakery.readthedocs.io
Apache License 2.0
548 stars 99 forks source link

[check/family/equal_codepoint_coverage] implementation may be incomplete #4577

Open felipesanches opened 7 months ago

felipesanches commented 7 months ago

com.google.fonts/check/family/equal_codepoint_coverage uses font_codepoints (itself just ttFont.getBestCmap) so only one cmap subtable is checked there. Probably not a big problem but some families with inconsistent cmap subtables codepoints coverage may still get a PASS if the best cmap subtables are consistent.

Originally posted by @moyogo in https://github.com/fonttools/fontbakery/issues/4569#issuecomment-1975242570