Skip to content

Commit

Permalink
Renamed folder to just "data"
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Dec 8, 2023
1 parent f41bb5c commit 952cfd5
Show file tree
Hide file tree
Showing 19 changed files with 169,070 additions and 52 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Shaperglot can also be run in bulk mode to check language support of entire font
$ python bulk-run-sg.py ./<path-to-font-library>
```

This script will automatically drill down the direcory tree and identify all .ttf font files and check them against a subset of language tags. At this time `bulk-run-sg.py` only checks fonts for Pan-African language support. The list of relevant language tags are defined in `language_tag_data/iso639-3-afr-all.txt`. Shaperglot results procesed in bulk can be quite large and may require additional tools to analyze. See [font-lang-support-afr](https://github.com/JamraPatel/font-lang-support-afr) for an example of how bulk results can be reported. Results are saved into two `.json` files.
This script will automatically drill down the direcory tree and identify all .ttf font files and check them against a subset of language tags. At this time `bulk-run-sg.py` only checks fonts for Pan-African language support. The list of relevant language tags are defined in `data/iso639-3-afr-all.txt`. Shaperglot results procesed in bulk can be quite large and may require additional tools to analyze. See [font-lang-support-afr](https://github.com/JamraPatel/font-lang-support-afr) for an example of how bulk results can be reported. Results are saved into two `.json` files.

```
results.json
Expand Down
Loading

0 comments on commit 952cfd5

Please sign in to comment.