rfuenzalida / AntonFont

Fork of Vernon Adams' Anton Typeface
SIL Open Font License 1.1
0 stars 1 forks source link

🔥 FAIL: Check glyphs do not have duplicate components which have the same x,y coordinates. #3

Closed vv-monsalve closed 3 years ago

vv-monsalve commented 3 years ago
🔥 FAIL: Check glyphs do not have duplicate components which have the same x,y coordinates. * [com.google.fonts/check/glyf_non_transformed_duplicate_components](https://font-bakery.readthedocs.io/en/latest/fontbakery/profiles/glyf.html#com.google.fonts/check/glyf_non_transformed_duplicate_components)
--- Rationale ---

There has been cases in which fonts had faulty double quote marks, with each of
them containing two single quote marks as components with the same x, y
coordinates which makes them visually look like single quote marks.

This check ensures that glyphs do not contain duplicate components which have
the same x,y coordinates.

* 🔥 **FAIL** The following glyphs have duplicate components which have the same x,y coordinates: * {'glyph': 'guillemotleft.case', 'component': 'guilsinglleft', 'x': 0, 'y': 0} and {'glyph': 'guillemotright.case', 'component': 'guilsinglright', 'x': 0, 'y': 0} [code: found-duplicates]
rfuenzalida commented 3 years ago

This already fixed on the new file I'm going to upload.