googlefonts / googlefonts/glyphsets
Glyph Set Definition: Low Hanging Fruit Languages
- Dominant language
- Python
- Stars
- 115
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
https://twitter.com/jenskutilek/status/1287420376998449157 shared this 5 line snippet for GlyphshApp to
> print a list of names of all glyphs that can be built from existing components in the current font.
```
g = Glyphs.font.glyphs
for i in GSGlyphsInfo.alloc().init().glyphInfos():
if i.components and http://i.name not in g and all(http://c.name in g for c in i.components):
print i.name
```
If we run this across all the `.glyphs` source files in the library and tabulate the results, cross referenced against language support character lists, we might find some 'low hanging fruit' language targets.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.