googlefonts / glyphsets

Apache License 2.0
77 stars 18 forks source link

Add glyphset definition for GF Latin PriAfrican #176

Closed moyogo closed 4 months ago

moyogo commented 5 months ago

This add the language codes to the GF Latin PriAfrican glyphset definition. See #137.

yanone commented 5 months ago

Thank you Denis. The FAIL in the Fontbakery test in the CI is actually related to glyphsets. I will debug this early next week.

yanone commented 4 months ago

I'll merge this and work on the CI problem in the main branch afterwards. The problem lies in the calculation of glyphset support. Currently, support is assumed as soon as >80% of a glyphset is covered. With the proposed changes to GF_Latin_PriAfrican, many normal Latin fonts will now be seen as supporting PriAfrican, with the shape_languages check kicking in for that glyphset.

I will have to change the way the glyphset support is calculated.