If you think a check is flawed or have an idea for a check, please file an issue at https://github.com/fonttools/fontbakery/issues and remember to include a pointer to the repo and branch you're checking.
DEPRECATION WARNING
By late-December 2024, FontBakery version 0.13.0 introduced a new naming scheme for the check-IDs.
Fontbakery detected usage of old IDs and performed an automatic backwards-compatibility translation for you.
This automatic translation will be deprecated in the next major release.
Please start using the new check-IDs as documented at /Lib/fontbakery/legacy_checkids.py
The following legacy check-IDs were detected:
- com.google.fonts/check/ttx_roundtrip
- com.google.fonts/check/outline_semi_vertical
- com.google.fonts/check/outline_colinear_vectors
- com.google.fonts/check/outline_jaggy_segments
- com.google.fonts/check/outline_short_segments
- com.google.fonts/check/outline_alignment_miss
- com.google.fonts/check/version_bump
- com.google.fonts/check/fontdata_namecheck
Summary
💥 ERROR | ☠ FATAL | 🔥 FAIL | ⚠️ WARN | ⏩ SKIP | ℹ️ INFO | ✅ PASS |
---|---|---|---|---|---|---|
20 | 0 | 14 | 28 | 100 | 17 | 278 |
4% | 0% | 3% | 6% | 22% | 4% | 61% |
Meaning of check results:
- 💥 An ERROR is something wrong with FontBakery itself, possibly a bug.
- ☠ A FATAL is an extremely severe issue that must be addressed immediately.
- 🔥 A FAIL is a problem with the font that must be fixed.
- ⚠️ A WARN is something that you should consider addressing.
- ℹ️ An INFO result simply prints something useful. Typically stats.
- ✅ A PASS means the font looks good for the given checking routine.
- ⏩ And a SKIP happens when the check does not apply to the given font.
If you get ERRORs, please help us improve the tool by reporting them at our issue tracker.
(but other kinds of bug reports and/or feature requests are also always welcome, of course!)
FontBakery version: 0.13.1
OpenType Specification Checks
💥💥⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩Checking post.italicAngle value.
💥 AnnapurnaSIL-Bold.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/opentype/italic_angle.py", line 26, in check_italic_angle ttFont_copy = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
💥 AnnapurnaSIL-Regular.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/opentype/italic_angle.py", line 26, in check_italic_angle ttFont_copy = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
Universal Profile Checks
💥💥💥💥💥💥💥💥💥💥💥💥🔥🔥🔥🔥⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️ℹ️ℹ️Check that glyph for U+0675 ARABIC LETTER HIGH HAMZA is not a mark.
💥 AnnapurnaSIL-Bold.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/arabic_high_hamza.py", line 30, in check_arabic_high_hamza ttFont_copy = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
💥 AnnapurnaSIL-Regular.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/arabic_high_hamza.py", line 30, in check_arabic_high_hamza ttFont_copy = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
Check if uppercase glyphs are vertically centered.
💥 AnnapurnaSIL-Bold.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/caps_vertically_centered.py", line 25, in check_caps_vertically_centered ttFont_copy = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
💥 AnnapurnaSIL-Regular.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/caps_vertically_centered.py", line 25, in check_caps_vertically_centered ttFont_copy = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
Ensure the font supports case swapping for all its glyphs.
🔥 AnnapurnaSIL-Bold.ttf
-
🔥 FAIL
The following glyphs lack their case-swapping counterparts:
Glyph present in the font Missing case-swapping counterpart U+0101: LATIN SMALL LETTER A WITH MACRON U+0100: LATIN CAPITAL LETTER A WITH MACRON U+0113: LATIN SMALL LETTER E WITH MACRON U+0112: LATIN CAPITAL LETTER E WITH MACRON U+0129: LATIN SMALL LETTER I WITH TILDE U+0128: LATIN CAPITAL LETTER I WITH TILDE U+012B: LATIN SMALL LETTER I WITH MACRON U+012A: LATIN CAPITAL LETTER I WITH MACRON U+014B: LATIN SMALL LETTER ENG U+014A: LATIN CAPITAL LETTER ENG U+014D: LATIN SMALL LETTER O WITH MACRON U+014C: LATIN CAPITAL LETTER O WITH MACRON U+0169: LATIN SMALL LETTER U WITH TILDE U+0168: LATIN CAPITAL LETTER U WITH TILDE U+016B: LATIN SMALL LETTER U WITH MACRON U+016A: LATIN CAPITAL LETTER U WITH MACRON U+0254: LATIN SMALL LETTER OPEN O U+0186: LATIN CAPITAL LETTER OPEN O U+0256: LATIN SMALL LETTER D WITH TAIL U+0189: LATIN CAPITAL LETTER AFRICAN D U+0259: LATIN SMALL LETTER SCHWA U+018F: LATIN CAPITAL LETTER SCHWA U+025B: LATIN SMALL LETTER OPEN E U+0190: LATIN CAPITAL LETTER OPEN E U+026A: LATIN LETTER SMALL CAPITAL I U+A7AE: LATIN CAPITAL LETTER SMALL CAPITAL I U+0272: LATIN SMALL LETTER N WITH LEFT HOOK U+019D: LATIN CAPITAL LETTER N WITH LEFT HOOK U+0288: LATIN SMALL LETTER T WITH RETROFLEX HOOK U+01AE: LATIN CAPITAL LETTER T WITH RETROFLEX HOOK U+028A: LATIN SMALL LETTER UPSILON U+01B1: LATIN CAPITAL LETTER UPSILON U+028C: LATIN SMALL LETTER TURNED V U+0245: LATIN CAPITAL LETTER TURNED V U+1EBD: LATIN SMALL LETTER E WITH TILDE U+1EBC: LATIN CAPITAL LETTER E WITH TILDE
🔥 AnnapurnaSIL-Regular.ttf
-
🔥 FAIL
The following glyphs lack their case-swapping counterparts:
Glyph present in the font Missing case-swapping counterpart U+0101: LATIN SMALL LETTER A WITH MACRON U+0100: LATIN CAPITAL LETTER A WITH MACRON U+0113: LATIN SMALL LETTER E WITH MACRON U+0112: LATIN CAPITAL LETTER E WITH MACRON U+0129: LATIN SMALL LETTER I WITH TILDE U+0128: LATIN CAPITAL LETTER I WITH TILDE U+012B: LATIN SMALL LETTER I WITH MACRON U+012A: LATIN CAPITAL LETTER I WITH MACRON U+014B: LATIN SMALL LETTER ENG U+014A: LATIN CAPITAL LETTER ENG U+014D: LATIN SMALL LETTER O WITH MACRON U+014C: LATIN CAPITAL LETTER O WITH MACRON U+0169: LATIN SMALL LETTER U WITH TILDE U+0168: LATIN CAPITAL LETTER U WITH TILDE U+016B: LATIN SMALL LETTER U WITH MACRON U+016A: LATIN CAPITAL LETTER U WITH MACRON U+0254: LATIN SMALL LETTER OPEN O U+0186: LATIN CAPITAL LETTER OPEN O U+0256: LATIN SMALL LETTER D WITH TAIL U+0189: LATIN CAPITAL LETTER AFRICAN D U+0259: LATIN SMALL LETTER SCHWA U+018F: LATIN CAPITAL LETTER SCHWA U+025B: LATIN SMALL LETTER OPEN E U+0190: LATIN CAPITAL LETTER OPEN E U+026A: LATIN LETTER SMALL CAPITAL I U+A7AE: LATIN CAPITAL LETTER SMALL CAPITAL I U+0272: LATIN SMALL LETTER N WITH LEFT HOOK U+019D: LATIN CAPITAL LETTER N WITH LEFT HOOK U+0288: LATIN SMALL LETTER T WITH RETROFLEX HOOK U+01AE: LATIN CAPITAL LETTER T WITH RETROFLEX HOOK U+028A: LATIN SMALL LETTER UPSILON U+01B1: LATIN CAPITAL LETTER UPSILON U+028C: LATIN SMALL LETTER TURNED V U+0245: LATIN CAPITAL LETTER TURNED V U+1EBD: LATIN SMALL LETTER E WITH TILDE U+1EBC: LATIN CAPITAL LETTER E WITH TILDE
Check if each glyph has the recommended amount of contours.
🔥 AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
This check inspects the glyph outlines and detects the total number of contours in each of them. The expected values are infered from the typical ammounts of contours observed in a large collection of reference font families. The divergences listed below may simply indicate a significantly different design on some of your glyphs. On the other hand, some of these may flag actual bugs in the font such as glyphs mapped to an incorrect codepoint. Please consider reviewing the design and codepoint assignment of these to make sure they are correct.
The following glyphs do not have the recommended number of contours:
[code: contour-count]- Glyph name: asterisk Contours detected: 5 Expected: 1 or 4 - Glyph name: uni00AD Contours detected: 1 Expected: 0 - Glyph name: uni0904 Contours detected: 7 Expected: 1 - Glyph name: uni0905 Contours detected: 6 Expected: 1 - Glyph name: uni0906 Contours detected: 9 Expected: 1 - Glyph name: uni0907 Contours detected: 3 Expected: 1 - Glyph name: uni0908 Contours detected: 4 Expected: 1 - Glyph name: uni0909 Contours detected: 4 Expected: 1 - Glyph name: uni090A Contours detected: 5 Expected: 1 - Glyph name: uni090B Contours detected: 5 Expected: 1 - Glyph name: uni090C Contours detected: 5 Expected: 1 - Glyph name: uni090D Contours detected: 5 Expected: 2 - Glyph name: uni090E Contours detected: 5 Expected: 1 - Glyph name: uni090F Contours detected: 4 Expected: 1 - Glyph name: uni0910 Contours detected: 5 Expected: 1 - Glyph name: uni0911 Contours detected: 10 Expected: 2 - Glyph name: uni0912 Contours detected: 10 Expected: 1 - Glyph name: uni0913 Contours detected: 10 Expected: 1 - Glyph name: uni0914 Contours detected: 11 Expected: 1 - Glyph name: uni0915 Contours detected: 6 Expected: 1 or 2 - Glyph name: uni0916 Contours detected: 7 Expected: 1 or 3 - Glyph name: uni0917 Contours detected: 4 Expected: 1 - Glyph name: uni0918 Contours detected: 5 Expected: 2 - Glyph name: uni0919 Contours detected: 4 Expected: 2 - Glyph name: uni091A Contours detected: 5 Expected: 1 - Glyph name: uni091B Contours detected: 5 Expected: 2 - Glyph name: uni091C Contours detected: 4 Expected: 1 - Glyph name: uni091D Contours detected: 5 Expected: 2 - Glyph name: uni091F Contours detected: 3 Expected: 1 - Glyph name: uni0920 Contours detected: 4 Expected: 2 - Glyph name: uni0921 Contours detected: 3 Expected: 1 - Glyph name: uni0922 Contours detected: 4 Expected: 1 or 2 - Glyph name: uni0923 Contours detected: 4 Expected: 2 - Glyph name: uni0924 Contours detected: 4 Expected: 1 - Glyph name: uni0925 Contours detected: 5 Expected: 1 - Glyph name: uni0926 Contours detected: 3 Expected: 1 - Glyph name: uni0927 Contours detected: 6 Expected: 1 - Glyph name: uni0928 Contours detected: 4 Expected: 1 - Glyph name: uni0929 Contours detected: 5 Expected: 2 - Glyph name: uni092A Contours detected: 4 Expected: 2 - Glyph name: uni092B Contours detected: 5 Expected: 2 - Glyph name: uni092C Contours detected: 6 Expected: 2 or 3 - Glyph name: uni092D Contours detected: 5 Expected: 1 - Glyph name: uni092E Contours detected: 5 Expected: 2 - Glyph name: uni092F Contours detected: 4 Expected: 2 - Glyph name: uni0930 Contours detected: 3 Expected: 1 - Glyph name: uni0931 Contours detected: 4 Expected: 2 - Glyph name: uni0932 Contours detected: 5 Expected: 1 - Glyph name: uni0933 Contours detected: 6 Expected: 3 - Glyph name: uni0934 Contours detected: 7 Expected: 4 - Glyph name: uni0935 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni0936 Contours detected: 5 Expected: 2 - Glyph name: uni0937 Contours detected: 5 Expected: 3 - Glyph name: uni0938 Contours detected: 5 Expected: 2 - Glyph name: uni0939 Contours detected: 4 Expected: 1 - Glyph name: uni093B Contours detected: 2 Expected: 1 - Glyph name: uni093E Contours detected: 3 Expected: 1 - Glyph name: uni093F Contours detected: 3 Expected: 1 - Glyph name: uni0940 Contours detected: 3 Expected: 1 - Glyph name: uni0944 Contours detected: 2 Expected: 1 - Glyph name: uni0948 Contours detected: 2 Expected: 1 - Glyph name: uni0949 Contours detected: 4 Expected: 2 - Glyph name: uni094A Contours detected: 4 Expected: 1 - Glyph name: uni094B Contours detected: 4 Expected: 1 - Glyph name: uni094C Contours detected: 5 Expected: 1 - Glyph name: uni094F Contours detected: 5 Expected: 1 - Glyph name: uni0950 Contours detected: 6 Expected: 3 - Glyph name: uni0958 Contours detected: 7 Expected: 2 or 3 - Glyph name: uni0959 Contours detected: 8 Expected: 2 or 4 - Glyph name: uni095A Contours detected: 5 Expected: 2 - Glyph name: uni095B Contours detected: 5 Expected: 2 - Glyph name: uni095C Contours detected: 4 Expected: 2 - Glyph name: uni095D Contours detected: 5 Expected: 2 or 3 - Glyph name: uni095E Contours detected: 6 Expected: 3 - Glyph name: uni095F Contours detected: 5 Expected: 3 - Glyph name: uni0960 Contours detected: 6 Expected: 1 - Glyph name: uni0961 Contours detected: 6 Expected: 1 - Glyph name: uni0962 Contours detected: 2 Expected: 1 - Glyph name: uni0963 Contours detected: 3 Expected: 1 - Glyph name: uni0967 Contours detected: 2 Expected: 1 - Glyph name: uni0969 Contours detected: 2 Expected: 1 - Glyph name: uni0972 Contours detected: 7 Expected: 2 - Glyph name: uni0973 Contours detected: 7 Expected: 1 - Glyph name: uni0974 Contours detected: 10 Expected: 1 - Glyph name: uni0976 Contours detected: 7 Expected: 2 - Glyph name: uni0977 Contours detected: 8 Expected: 3 - Glyph name: uni0979 Contours detected: 7 Expected: 4 - Glyph name: uni097A Contours detected: 5 Expected: 3 - Glyph name: uni097B Contours detected: 5 Expected: 1 - Glyph name: uni097C Contours detected: 6 Expected: 1 - Glyph name: uni097D Contours detected: 2 Expected: 1 - Glyph name: uni097E Contours detected: 5 Expected: 2 - Glyph name: uni097F Contours detected: 8 Expected: 3 - Glyph name: dagger Contours detected: 4 Expected: 1 or 2 - Glyph name: daggerdbl Contours detected: 7 Expected: 1 or 3 - Glyph name: uni20B9 Contours detected: 3 Expected: 1 - Glyph name: uniA8FB Contours detected: 2 Expected: 1 - Glyph name: asterisk Contours detected: 5 Expected: 1 or 4 - Glyph name: dagger Contours detected: 4 Expected: 1 or 2 - Glyph name: daggerdbl Contours detected: 7 Expected: 1 or 3 - Glyph name: uni00AD Contours detected: 1 Expected: 0 - Glyph name: uni0904 Contours detected: 7 Expected: 1 - Glyph name: uni0905 Contours detected: 6 Expected: 1 - Glyph name: uni0906 Contours detected: 9 Expected: 1 - Glyph name: uni0907 Contours detected: 3 Expected: 1 - Glyph name: uni0908 Contours detected: 4 Expected: 1 - Glyph name: uni0909 Contours detected: 4 Expected: 1 - Glyph name: uni090A Contours detected: 5 Expected: 1 - Glyph name: uni090B Contours detected: 5 Expected: 1 - Glyph name: uni090C Contours detected: 5 Expected: 1 - Glyph name: uni090D Contours detected: 5 Expected: 2 - Glyph name: uni090E Contours detected: 5 Expected: 1 - Glyph name: uni090F Contours detected: 4 Expected: 1 - Glyph name: uni0910 Contours detected: 5 Expected: 1 - Glyph name: uni0911 Contours detected: 10 Expected: 2 - Glyph name: uni0912 Contours detected: 10 Expected: 1 - Glyph name: uni0913 Contours detected: 10 Expected: 1 - Glyph name: uni0914 Contours detected: 11 Expected: 1 - Glyph name: uni0915 Contours detected: 6 Expected: 1 or 2 - Glyph name: uni0916 Contours detected: 7 Expected: 1 or 3 - Glyph name: uni0917 Contours detected: 4 Expected: 1 - Glyph name: uni0918 Contours detected: 5 Expected: 2 - Glyph name: uni0919 Contours detected: 4 Expected: 2 - Glyph name: uni091A Contours detected: 5 Expected: 1 - Glyph name: uni091B Contours detected: 5 Expected: 2 - Glyph name: uni091C Contours detected: 4 Expected: 1 - Glyph name: uni091D Contours detected: 5 Expected: 2 - Glyph name: uni091F Contours detected: 3 Expected: 1 - Glyph name: uni0920 Contours detected: 4 Expected: 2 - Glyph name: uni0921 Contours detected: 3 Expected: 1 - Glyph name: uni0922 Contours detected: 4 Expected: 1 or 2 - Glyph name: uni0923 Contours detected: 4 Expected: 2 - Glyph name: uni0924 Contours detected: 4 Expected: 1 - Glyph name: uni0925 Contours detected: 5 Expected: 1 - Glyph name: uni0926 Contours detected: 3 Expected: 1 - Glyph name: uni0927 Contours detected: 6 Expected: 1 - Glyph name: uni0928 Contours detected: 4 Expected: 1 - Glyph name: uni0929 Contours detected: 5 Expected: 2 - Glyph name: uni092A Contours detected: 4 Expected: 2 - Glyph name: uni092B Contours detected: 5 Expected: 2 - Glyph name: uni092C Contours detected: 6 Expected: 2 or 3 - Glyph name: uni092D Contours detected: 5 Expected: 1 - Glyph name: uni092E Contours detected: 5 Expected: 2 - Glyph name: uni092F Contours detected: 4 Expected: 2 - Glyph name: uni0930 Contours detected: 3 Expected: 1 - Glyph name: uni0931 Contours detected: 4 Expected: 2 - Glyph name: uni0932 Contours detected: 5 Expected: 1 - Glyph name: uni0933 Contours detected: 6 Expected: 3 - Glyph name: uni0934 Contours detected: 7 Expected: 4 - Glyph name: uni0935 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni0936 Contours detected: 5 Expected: 2 - Glyph name: uni0937 Contours detected: 5 Expected: 3 - Glyph name: uni0938 Contours detected: 5 Expected: 2 - Glyph name: uni0939 Contours detected: 4 Expected: 1 - Glyph name: uni093B Contours detected: 2 Expected: 1 - Glyph name: uni093E Contours detected: 3 Expected: 1 - Glyph name: uni093F Contours detected: 3 Expected: 1 - Glyph name: uni0940 Contours detected: 3 Expected: 1 - Glyph name: uni0944 Contours detected: 2 Expected: 1 - Glyph name: uni0948 Contours detected: 2 Expected: 1 - Glyph name: uni0949 Contours detected: 4 Expected: 2 - Glyph name: uni094A Contours detected: 4 Expected: 1 - Glyph name: uni094B Contours detected: 4 Expected: 1 - Glyph name: uni094C Contours detected: 5 Expected: 1 - Glyph name: uni094F Contours detected: 5 Expected: 1 - Glyph name: uni0950 Contours detected: 6 Expected: 3 - Glyph name: uni0958 Contours detected: 7 Expected: 2 or 3 - Glyph name: uni0959 Contours detected: 8 Expected: 2 or 4 - Glyph name: uni095A Contours detected: 5 Expected: 2 - Glyph name: uni095B Contours detected: 5 Expected: 2 - Glyph name: uni095C Contours detected: 4 Expected: 2 - Glyph name: uni095D Contours detected: 5 Expected: 2 or 3 - Glyph name: uni095E Contours detected: 6 Expected: 3 - Glyph name: uni095F Contours detected: 5 Expected: 3 - Glyph name: uni0960 Contours detected: 6 Expected: 1 - Glyph name: uni0961 Contours detected: 6 Expected: 1 - Glyph name: uni0962 Contours detected: 2 Expected: 1 - Glyph name: uni0963 Contours detected: 3 Expected: 1 - Glyph name: uni0967 Contours detected: 2 Expected: 1 - Glyph name: uni0969 Contours detected: 2 Expected: 1 - Glyph name: uni0972 Contours detected: 7 Expected: 2 - Glyph name: uni0973 Contours detected: 7 Expected: 1 - Glyph name: uni0974 Contours detected: 10 Expected: 1 - Glyph name: uni0976 Contours detected: 7 Expected: 2 - Glyph name: uni0977 Contours detected: 8 Expected: 3 - Glyph name: uni0979 Contours detected: 7 Expected: 4 - Glyph name: uni097A Contours detected: 5 Expected: 3 - Glyph name: uni097B Contours detected: 5 Expected: 1 - Glyph name: uni097C Contours detected: 6 Expected: 1 - Glyph name: uni097D Contours detected: 2 Expected: 1 - Glyph name: uni097E Contours detected: 5 Expected: 2 - Glyph name: uni097F Contours detected: 8 Expected: 3 - Glyph name: uni20B9 Contours detected: 3 Expected: 1 - Glyph name: uniA8FB Contours detected: 2 Expected: 1
-
🔥 FAIL
The following glyphs have no contours even though they were expected to have some:
[code: no-contour]- Glyph name: uniFFFC Expected: 22 - Glyph name: uniFFFC Expected: 22
🔥 AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
This check inspects the glyph outlines and detects the total number of contours in each of them. The expected values are infered from the typical ammounts of contours observed in a large collection of reference font families. The divergences listed below may simply indicate a significantly different design on some of your glyphs. On the other hand, some of these may flag actual bugs in the font such as glyphs mapped to an incorrect codepoint. Please consider reviewing the design and codepoint assignment of these to make sure they are correct.
The following glyphs do not have the recommended number of contours:
[code: contour-count]- Glyph name: asterisk Contours detected: 5 Expected: 1 or 4 - Glyph name: uni00AD Contours detected: 1 Expected: 0 - Glyph name: uni0904 Contours detected: 7 Expected: 1 - Glyph name: uni0905 Contours detected: 6 Expected: 1 - Glyph name: uni0906 Contours detected: 9 Expected: 1 - Glyph name: uni0907 Contours detected: 3 Expected: 1 - Glyph name: uni0908 Contours detected: 4 Expected: 1 - Glyph name: uni0909 Contours detected: 4 Expected: 1 - Glyph name: uni090A Contours detected: 5 Expected: 1 - Glyph name: uni090B Contours detected: 5 Expected: 1 - Glyph name: uni090C Contours detected: 5 Expected: 1 - Glyph name: uni090D Contours detected: 5 Expected: 2 - Glyph name: uni090E Contours detected: 5 Expected: 1 - Glyph name: uni090F Contours detected: 4 Expected: 1 - Glyph name: uni0910 Contours detected: 5 Expected: 1 - Glyph name: uni0911 Contours detected: 10 Expected: 2 - Glyph name: uni0912 Contours detected: 10 Expected: 1 - Glyph name: uni0913 Contours detected: 10 Expected: 1 - Glyph name: uni0914 Contours detected: 11 Expected: 1 - Glyph name: uni0915 Contours detected: 6 Expected: 1 or 2 - Glyph name: uni0916 Contours detected: 7 Expected: 1 or 3 - Glyph name: uni0917 Contours detected: 4 Expected: 1 - Glyph name: uni0918 Contours detected: 5 Expected: 2 - Glyph name: uni0919 Contours detected: 4 Expected: 2 - Glyph name: uni091A Contours detected: 5 Expected: 1 - Glyph name: uni091B Contours detected: 5 Expected: 2 - Glyph name: uni091C Contours detected: 4 Expected: 1 - Glyph name: uni091D Contours detected: 5 Expected: 2 - Glyph name: uni091F Contours detected: 3 Expected: 1 - Glyph name: uni0920 Contours detected: 3 Expected: 2 - Glyph name: uni0921 Contours detected: 3 Expected: 1 - Glyph name: uni0922 Contours detected: 3 Expected: 1 or 2 - Glyph name: uni0923 Contours detected: 4 Expected: 2 - Glyph name: uni0924 Contours detected: 4 Expected: 1 - Glyph name: uni0925 Contours detected: 4 Expected: 1 - Glyph name: uni0926 Contours detected: 3 Expected: 1 - Glyph name: uni0927 Contours detected: 5 Expected: 1 - Glyph name: uni0928 Contours detected: 4 Expected: 1 - Glyph name: uni0929 Contours detected: 5 Expected: 2 - Glyph name: uni092A Contours detected: 4 Expected: 2 - Glyph name: uni092B Contours detected: 5 Expected: 2 - Glyph name: uni092C Contours detected: 6 Expected: 2 or 3 - Glyph name: uni092D Contours detected: 4 Expected: 1 - Glyph name: uni092E Contours detected: 5 Expected: 2 - Glyph name: uni092F Contours detected: 4 Expected: 2 - Glyph name: uni0930 Contours detected: 3 Expected: 1 - Glyph name: uni0931 Contours detected: 4 Expected: 2 - Glyph name: uni0932 Contours detected: 5 Expected: 1 - Glyph name: uni0933 Contours detected: 4 Expected: 3 - Glyph name: uni0934 Contours detected: 5 Expected: 4 - Glyph name: uni0935 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni0936 Contours detected: 4 Expected: 2 - Glyph name: uni0937 Contours detected: 5 Expected: 3 - Glyph name: uni0938 Contours detected: 5 Expected: 2 - Glyph name: uni0939 Contours detected: 4 Expected: 1 - Glyph name: uni093B Contours detected: 2 Expected: 1 - Glyph name: uni093E Contours detected: 3 Expected: 1 - Glyph name: uni093F Contours detected: 3 Expected: 1 - Glyph name: uni0940 Contours detected: 3 Expected: 1 - Glyph name: uni0944 Contours detected: 2 Expected: 1 - Glyph name: uni0948 Contours detected: 2 Expected: 1 - Glyph name: uni0949 Contours detected: 4 Expected: 2 - Glyph name: uni094A Contours detected: 4 Expected: 1 - Glyph name: uni094B Contours detected: 4 Expected: 1 - Glyph name: uni094C Contours detected: 5 Expected: 1 - Glyph name: uni094F Contours detected: 5 Expected: 1 - Glyph name: uni0950 Contours detected: 5 Expected: 3 - Glyph name: uni0958 Contours detected: 7 Expected: 2 or 3 - Glyph name: uni0959 Contours detected: 8 Expected: 2 or 4 - Glyph name: uni095A Contours detected: 5 Expected: 2 - Glyph name: uni095B Contours detected: 5 Expected: 2 - Glyph name: uni095C Contours detected: 4 Expected: 2 - Glyph name: uni095D Contours detected: 4 Expected: 2 or 3 - Glyph name: uni095E Contours detected: 6 Expected: 3 - Glyph name: uni095F Contours detected: 5 Expected: 3 - Glyph name: uni0960 Contours detected: 6 Expected: 1 - Glyph name: uni0961 Contours detected: 6 Expected: 1 - Glyph name: uni0962 Contours detected: 2 Expected: 1 - Glyph name: uni0963 Contours detected: 3 Expected: 1 - Glyph name: uni0969 Contours detected: 2 Expected: 1 - Glyph name: uni096A Contours detected: 1 Expected: 2 - Glyph name: uni096F Contours detected: 1 Expected: 2 - Glyph name: uni0972 Contours detected: 7 Expected: 2 - Glyph name: uni0973 Contours detected: 7 Expected: 1 - Glyph name: uni0974 Contours detected: 10 Expected: 1 - Glyph name: uni0976 Contours detected: 7 Expected: 2 - Glyph name: uni0977 Contours detected: 8 Expected: 3 - Glyph name: uni0979 Contours detected: 7 Expected: 4 - Glyph name: uni097A Contours detected: 5 Expected: 3 - Glyph name: uni097B Contours detected: 5 Expected: 1 - Glyph name: uni097C Contours detected: 6 Expected: 1 - Glyph name: uni097D Contours detected: 2 Expected: 1 - Glyph name: uni097E Contours detected: 5 Expected: 2 - Glyph name: uni097F Contours detected: 8 Expected: 3 - Glyph name: dagger Contours detected: 4 Expected: 1 or 2 - Glyph name: daggerdbl Contours detected: 7 Expected: 1 or 3 - Glyph name: uni20B9 Contours detected: 3 Expected: 1 - Glyph name: uniA8FB Contours detected: 2 Expected: 1 - Glyph name: asterisk Contours detected: 5 Expected: 1 or 4 - Glyph name: dagger Contours detected: 4 Expected: 1 or 2 - Glyph name: daggerdbl Contours detected: 7 Expected: 1 or 3 - Glyph name: uni00AD Contours detected: 1 Expected: 0 - Glyph name: uni0904 Contours detected: 7 Expected: 1 - Glyph name: uni0905 Contours detected: 6 Expected: 1 - Glyph name: uni0906 Contours detected: 9 Expected: 1 - Glyph name: uni0907 Contours detected: 3 Expected: 1 - Glyph name: uni0908 Contours detected: 4 Expected: 1 - Glyph name: uni0909 Contours detected: 4 Expected: 1 - Glyph name: uni090A Contours detected: 5 Expected: 1 - Glyph name: uni090B Contours detected: 5 Expected: 1 - Glyph name: uni090C Contours detected: 5 Expected: 1 - Glyph name: uni090D Contours detected: 5 Expected: 2 - Glyph name: uni090E Contours detected: 5 Expected: 1 - Glyph name: uni090F Contours detected: 4 Expected: 1 - Glyph name: uni0910 Contours detected: 5 Expected: 1 - Glyph name: uni0911 Contours detected: 10 Expected: 2 - Glyph name: uni0912 Contours detected: 10 Expected: 1 - Glyph name: uni0913 Contours detected: 10 Expected: 1 - Glyph name: uni0914 Contours detected: 11 Expected: 1 - Glyph name: uni0915 Contours detected: 6 Expected: 1 or 2 - Glyph name: uni0916 Contours detected: 7 Expected: 1 or 3 - Glyph name: uni0917 Contours detected: 4 Expected: 1 - Glyph name: uni0918 Contours detected: 5 Expected: 2 - Glyph name: uni0919 Contours detected: 4 Expected: 2 - Glyph name: uni091A Contours detected: 5 Expected: 1 - Glyph name: uni091B Contours detected: 5 Expected: 2 - Glyph name: uni091C Contours detected: 4 Expected: 1 - Glyph name: uni091D Contours detected: 5 Expected: 2 - Glyph name: uni091F Contours detected: 3 Expected: 1 - Glyph name: uni0920 Contours detected: 3 Expected: 2 - Glyph name: uni0921 Contours detected: 3 Expected: 1 - Glyph name: uni0922 Contours detected: 3 Expected: 1 or 2 - Glyph name: uni0923 Contours detected: 4 Expected: 2 - Glyph name: uni0924 Contours detected: 4 Expected: 1 - Glyph name: uni0925 Contours detected: 4 Expected: 1 - Glyph name: uni0926 Contours detected: 3 Expected: 1 - Glyph name: uni0927 Contours detected: 5 Expected: 1 - Glyph name: uni0928 Contours detected: 4 Expected: 1 - Glyph name: uni0929 Contours detected: 5 Expected: 2 - Glyph name: uni092A Contours detected: 4 Expected: 2 - Glyph name: uni092B Contours detected: 5 Expected: 2 - Glyph name: uni092C Contours detected: 6 Expected: 2 or 3 - Glyph name: uni092D Contours detected: 4 Expected: 1 - Glyph name: uni092E Contours detected: 5 Expected: 2 - Glyph name: uni092F Contours detected: 4 Expected: 2 - Glyph name: uni0930 Contours detected: 3 Expected: 1 - Glyph name: uni0931 Contours detected: 4 Expected: 2 - Glyph name: uni0932 Contours detected: 5 Expected: 1 - Glyph name: uni0933 Contours detected: 4 Expected: 3 - Glyph name: uni0934 Contours detected: 5 Expected: 4 - Glyph name: uni0935 Contours detected: 5 Expected: 1 or 2 - Glyph name: uni0936 Contours detected: 4 Expected: 2 - Glyph name: uni0937 Contours detected: 5 Expected: 3 - Glyph name: uni0938 Contours detected: 5 Expected: 2 - Glyph name: uni0939 Contours detected: 4 Expected: 1 - Glyph name: uni093B Contours detected: 2 Expected: 1 - Glyph name: uni093E Contours detected: 3 Expected: 1 - Glyph name: uni093F Contours detected: 3 Expected: 1 - Glyph name: uni0940 Contours detected: 3 Expected: 1 - Glyph name: uni0944 Contours detected: 2 Expected: 1 - Glyph name: uni0948 Contours detected: 2 Expected: 1 - Glyph name: uni0949 Contours detected: 4 Expected: 2 - Glyph name: uni094A Contours detected: 4 Expected: 1 - Glyph name: uni094B Contours detected: 4 Expected: 1 - Glyph name: uni094C Contours detected: 5 Expected: 1 - Glyph name: uni094F Contours detected: 5 Expected: 1 - Glyph name: uni0950 Contours detected: 5 Expected: 3 - Glyph name: uni0958 Contours detected: 7 Expected: 2 or 3 - Glyph name: uni0959 Contours detected: 8 Expected: 2 or 4 - Glyph name: uni095A Contours detected: 5 Expected: 2 - Glyph name: uni095B Contours detected: 5 Expected: 2 - Glyph name: uni095C Contours detected: 4 Expected: 2 - Glyph name: uni095D Contours detected: 4 Expected: 2 or 3 - Glyph name: uni095E Contours detected: 6 Expected: 3 - Glyph name: uni095F Contours detected: 5 Expected: 3 - Glyph name: uni0960 Contours detected: 6 Expected: 1 - Glyph name: uni0961 Contours detected: 6 Expected: 1 - Glyph name: uni0962 Contours detected: 2 Expected: 1 - Glyph name: uni0963 Contours detected: 3 Expected: 1 - Glyph name: uni0969 Contours detected: 2 Expected: 1 - Glyph name: uni096A Contours detected: 1 Expected: 2 - Glyph name: uni096F Contours detected: 1 Expected: 2 - Glyph name: uni0972 Contours detected: 7 Expected: 2 - Glyph name: uni0973 Contours detected: 7 Expected: 1 - Glyph name: uni0974 Contours detected: 10 Expected: 1 - Glyph name: uni0976 Contours detected: 7 Expected: 2 - Glyph name: uni0977 Contours detected: 8 Expected: 3 - Glyph name: uni0979 Contours detected: 7 Expected: 4 - Glyph name: uni097A Contours detected: 5 Expected: 3 - Glyph name: uni097B Contours detected: 5 Expected: 1 - Glyph name: uni097C Contours detected: 6 Expected: 1 - Glyph name: uni097D Contours detected: 2 Expected: 1 - Glyph name: uni097E Contours detected: 5 Expected: 2 - Glyph name: uni097F Contours detected: 8 Expected: 3 - Glyph name: uni20B9 Contours detected: 3 Expected: 1 - Glyph name: uniA8FB Contours detected: 2 Expected: 1
-
🔥 FAIL
The following glyphs have no contours even though they were expected to have some:
[code: no-contour]- Glyph name: uniFFFC Expected: 22 - Glyph name: uniFFFC Expected: 22
Put an empty glyph on GID 1 right after the .notdef glyph for COLRv0 fonts.
💥 AnnapurnaSIL-Bold.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/empty_glyph_on_gid1_for_colrv0.py", line 33, in check_empty_glyph_on_gid1_for_colrv0 ttFont_copy = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
💥 AnnapurnaSIL-Regular.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/empty_glyph_on_gid1_for_colrv0.py", line 33, in check_empty_glyph_on_gid1_for_colrv0 ttFont_copy = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
Ensure no GPOS7 lookups are present.
💥 AnnapurnaSIL-Bold.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/gpos7.py", line 33, in check_gpos7 iterate_lookup_list_with_extensions(ttFont, "GPOS", find_gpos7) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/utils.py", line 521, in iterate_lookup_list_with_extensions ttFont = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
💥 AnnapurnaSIL-Regular.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/gpos7.py", line 33, in check_gpos7 iterate_lookup_list_with_extensions(ttFont, "GPOS", find_gpos7) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/utils.py", line 521, in iterate_lookup_list_with_extensions ttFont = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
Are there caret positions declared for every ligature?
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
This font lacks caret position values for ligature glyphs on its GDEF table.
[code: lacks-caret-pos]
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
This font lacks caret position values for ligature glyphs on its GDEF table.
[code: lacks-caret-pos]
Check math signs have the same width.
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
The most common width is 1535 among a set of 9 math glyphs. The following math glyphs have a different width, though:
Width = 1843: notequal, lessequal, greaterequal, approxequal
[code: width-outliers]
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
The most common width is 1535 among a set of 9 math glyphs. The following math glyphs have a different width, though:
Width = 1843: notequal, lessequal, greaterequal, approxequal
[code: width-outliers]
Check there are no overlapping path segments
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
The following glyphs have overlapping path segments:
[code: overlapping-path-segments]* uni0916094D0930: L<<1522.0,-25.0>--<1335.0,85.0>> has the same coordinates as a previous segment. * uni0959094D0930: L<<1522.0,-25.0>--<1335.0,85.0>> has the same coordinates as a previous segment.
Does the font contain a soft hyphen?
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
This font has a 'Soft Hyphen' character.
[code: softhyphen]
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
This font has a 'Soft Hyphen' character.
[code: softhyphen]
Checking that the typoAscender exceeds the yMax of the /Agrave.
💥 AnnapurnaSIL-Bold.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/typoascender_exceeds_Agrave.py", line 30, in check_typoascender_exceeds_Agrave ttFont_copy = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
💥 AnnapurnaSIL-Regular.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/typoascender_exceeds_Agrave.py", line 30, in check_typoascender_exceeds_Agrave ttFont_copy = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
Check font contains no unreachable glyphs
💥 AnnapurnaSIL-Bold.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/unreachable_glyphs.py", line 27, in unreachable_glyphs ttFont = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
💥 AnnapurnaSIL-Regular.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/unreachable_glyphs.py", line 27, in unreachable_glyphs ttFont = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
Glyph names are all valid?
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
The following glyph names may be too long for some legacy systems which may expect a maximum 31-characters length limit: uni0915094D0937094D.half.archaic, uni0915094D0937094D0930094D.half, uni0919094D0919094D092F094D.half, uni0919094D0919094D095F094D.half, uni0919094D092F094D0930094D.half, uni0919094D095F094D0930094D.half, uni091B094D092F094D0930094D.half, uni091B094D095F094D0930094D.half, uni091C094D091E094D0930094D.half, uni091D093C094D0930094D.half.alt, uni091F094D092F094D0930094D.half, uni091F094D095F094D0930094D.half, uni0920094D092F094D0930094D.half, uni0920094D095F094D0930094D.half, uni0921094D092F094D0930094D.half, uni0921094D095F094D0930094D.half, uni0922094D092F094D0930094D.half, uni0922094D095F094D0930094D.half, uni0924093C094D0930094D.half.alt, uni0926094D092F094D0930094D.half, uni0926094D095F094D0930094D.half, uni0930094D200C092F094D.alt.half, uni0930094D200C095F094D.alt.half, uni0936093C094D0930094D.half.alt, uni0939094D092F094D0930094D.half and uni0939094D095F094D0930094D.half
[code: legacy-long-names]
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
The following glyph names may be too long for some legacy systems which may expect a maximum 31-characters length limit: uni0915094D0937094D.half.archaic, uni0915094D0937094D0930094D.half, uni0919094D0919094D092F094D.half, uni0919094D0919094D095F094D.half, uni0919094D092F094D0930094D.half, uni0919094D095F094D0930094D.half, uni091B094D092F094D0930094D.half, uni091B094D095F094D0930094D.half, uni091C094D091E094D0930094D.half, uni091D093C094D0930094D.half.alt, uni091F094D092F094D0930094D.half, uni091F094D095F094D0930094D.half, uni0920094D092F094D0930094D.half, uni0920094D095F094D0930094D.half, uni0921094D092F094D0930094D.half, uni0921094D095F094D0930094D.half, uni0922094D092F094D0930094D.half, uni0922094D095F094D0930094D.half, uni0924093C094D0930094D.half.alt, uni0926094D092F094D0930094D.half, uni0926094D095F094D0930094D.half, uni0930094D200C092F094D.alt.half, uni0930094D200C095F094D.alt.half, uni0936093C094D0930094D.half.alt, uni0939094D092F094D0930094D.half and uni0939094D095F094D0930094D.half
[code: legacy-long-names]
Article Checks
⚠️⚠️Validate size, and resolution of article images, and ensure article page has minimum length and includes visual assets.
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
Family metadata at /Users/simon/others-repos/fonts//ofl/annapurnasil does not have an article.
[code: lacks-article]
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
Family metadata at /Users/simon/others-repos/fonts//ofl/annapurnasil does not have an article.
[code: lacks-article]
Metadata Checks
🔥🔥🔥⚠️⚠️⏩⏩⏩⏩⏩⏩ℹ️ℹ️METADATA.pb: Check URL on copyright string is the same as in repository_url field.
🔥 AnnapurnaSIL-Bold.ttf
-
🔥 FAIL
Repository URL is https://github.com/silnrsi/font-annapurna
But: OFL text has 'https://www.sil.org'
[code: mismatch]
🔥 AnnapurnaSIL-Regular.ttf
-
🔥 FAIL
Repository URL is https://github.com/silnrsi/font-annapurna
But: OFL text has 'https://www.sil.org'
[code: mismatch]
METADATA.pb font.full_name and font.post_script_name fields have equivalent values ?
🔥 AnnapurnaSIL-Regular.ttf
-
🔥 FAIL
METADATA.pb font full_name = "Annapurna SIL" does not match post_script_name = "AnnapurnaSIL-Regular"
[code: mismatch]
Check for codepoints not covered by METADATA subsets.
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
The following codepoints supported by the font are not covered by any subsets defined in the font's metadata file, and will never be served. You can solve this by either manually adding additional subset declarations to METADATA.pb, or by editing the glyphset definitions.
- U+02D8 BREVE: try adding one of: canadian-aboriginal, yi
- U+02D9 DOT ABOVE: try adding one of: canadian-aboriginal, yi
- U+02DB OGONEK: try adding one of: canadian-aboriginal, yi
- U+0306 COMBINING BREVE: try adding one of: tifinagh, old-permic
- U+030A COMBINING RING ABOVE: try adding one of: duployan, syriac
- U+030C COMBINING CARON: try adding one of: cherokee, tai-le
- U+0325 COMBINING RING BELOW: try adding syriac
- U+034F COMBINING GRAPHEME JOINER: not included in any glyphset definition
- U+1EBD LATIN SMALL LETTER E WITH TILDE: try adding vietnamese
- U+2000 EN QUAD: try adding symbols2
- U+2001 EM QUAD: try adding symbols2
- U+2003 EM SPACE: try adding nushu
- U+2004 THREE-PER-EM SPACE: try adding symbols2
- U+2005 FOUR-PER-EM SPACE: try adding symbols2
- U+2006 SIX-PER-EM SPACE: try adding symbols2
- U+2007 FIGURE SPACE: try adding symbols2
- U+2008 PUNCTUATION SPACE: try adding symbols2
- U+200A HAIR SPACE: try adding symbols2
- U+2010 HYPHEN: try adding one of: hebrew, coptic, lisu, armenian, kharoshthi, yi, cham, sora-sompeng, sundanese, syloti-nagri, kaithi, kayah-li, arabic
- U+2011 NON-BREAKING HYPHEN: try adding one of: yi, syloti-nagri, arabic
- U+2012 FIGURE DASH: not included in any glyphset definition
- U+2015 HORIZONTAL BAR: try adding adlam
- U+2021 DOUBLE DAGGER: try adding adlam
- U+2027 HYPHENATION POINT: not included in any glyphset definition
- U+2028 LINE SEPARATOR: not included in any glyphset definition
- U+2029 PARAGRAPH SEPARATOR: not included in any glyphset definition
- U+202F NARROW NO-BREAK SPACE: try adding one of: yi, mongolian, phags-pa
- U+2030 PER MILLE SIGN: try adding adlam
- U+2060 WORD JOINER: not included in any glyphset definition
- U+FB01 LATIN SMALL LIGATURE FI: not included in any glyphset definition
- U+FB02 LATIN SMALL LIGATURE FL: not included in any glyphset definition
- U+FE00 VARIATION SELECTOR-1: try adding one of: manichaean, yi, phags-pa
- U+FE01 VARIATION SELECTOR-2: not included in any glyphset definition
- U+FE02 VARIATION SELECTOR-3: not included in any glyphset definition
- U+FE03 VARIATION SELECTOR-4: not included in any glyphset definition
- U+FE04 VARIATION SELECTOR-5: not included in any glyphset definition
- U+FE05 VARIATION SELECTOR-6: not included in any glyphset definition
- U+FE06 VARIATION SELECTOR-7: not included in any glyphset definition
- U+FE07 VARIATION SELECTOR-8: not included in any glyphset definition
- U+FE08 VARIATION SELECTOR-9: not included in any glyphset definition
- U+FE09 VARIATION SELECTOR-10: not included in any glyphset definition
- U+FE0A VARIATION SELECTOR-11: not included in any glyphset definition
- U+FE0B VARIATION SELECTOR-12: not included in any glyphset definition
- U+FE0C VARIATION SELECTOR-13: not included in any glyphset definition
- U+FE0D VARIATION SELECTOR-14: not included in any glyphset definition
- U+FE0E VARIATION SELECTOR-15: not included in any glyphset definition
- U+FE0F VARIATION SELECTOR-16: not included in any glyphset definition
- U+FFFC OBJECT REPLACEMENT CHARACTER: not included in any glyphset definition
Or you can add the above codepoints to one of the subsets supported by the font:
[code: unreachable-subsetting]devanagari
,latin
,latin-ext
,math
,menu
,symbols
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
The following codepoints supported by the font are not covered by any subsets defined in the font's metadata file, and will never be served. You can solve this by either manually adding additional subset declarations to METADATA.pb, or by editing the glyphset definitions.
- U+02D8 BREVE: try adding one of: canadian-aboriginal, yi
- U+02D9 DOT ABOVE: try adding one of: canadian-aboriginal, yi
- U+02DB OGONEK: try adding one of: canadian-aboriginal, yi
- U+0306 COMBINING BREVE: try adding one of: tifinagh, old-permic
- U+030A COMBINING RING ABOVE: try adding one of: duployan, syriac
- U+030C COMBINING CARON: try adding one of: cherokee, tai-le
- U+0325 COMBINING RING BELOW: try adding syriac
- U+034F COMBINING GRAPHEME JOINER: not included in any glyphset definition
- U+1EBD LATIN SMALL LETTER E WITH TILDE: try adding vietnamese
- U+2000 EN QUAD: try adding symbols2
- U+2001 EM QUAD: try adding symbols2
- U+2003 EM SPACE: try adding nushu
- U+2004 THREE-PER-EM SPACE: try adding symbols2
- U+2005 FOUR-PER-EM SPACE: try adding symbols2
- U+2006 SIX-PER-EM SPACE: try adding symbols2
- U+2007 FIGURE SPACE: try adding symbols2
- U+2008 PUNCTUATION SPACE: try adding symbols2
- U+200A HAIR SPACE: try adding symbols2
- U+2010 HYPHEN: try adding one of: hebrew, coptic, lisu, armenian, kharoshthi, yi, cham, sora-sompeng, sundanese, syloti-nagri, kaithi, kayah-li, arabic
- U+2011 NON-BREAKING HYPHEN: try adding one of: yi, syloti-nagri, arabic
- U+2012 FIGURE DASH: not included in any glyphset definition
- U+2015 HORIZONTAL BAR: try adding adlam
- U+2021 DOUBLE DAGGER: try adding adlam
- U+2027 HYPHENATION POINT: not included in any glyphset definition
- U+2028 LINE SEPARATOR: not included in any glyphset definition
- U+2029 PARAGRAPH SEPARATOR: not included in any glyphset definition
- U+202F NARROW NO-BREAK SPACE: try adding one of: yi, mongolian, phags-pa
- U+2030 PER MILLE SIGN: try adding adlam
- U+2060 WORD JOINER: not included in any glyphset definition
- U+FB01 LATIN SMALL LIGATURE FI: not included in any glyphset definition
- U+FB02 LATIN SMALL LIGATURE FL: not included in any glyphset definition
- U+FE00 VARIATION SELECTOR-1: try adding one of: manichaean, yi, phags-pa
- U+FE01 VARIATION SELECTOR-2: not included in any glyphset definition
- U+FE02 VARIATION SELECTOR-3: not included in any glyphset definition
- U+FE03 VARIATION SELECTOR-4: not included in any glyphset definition
- U+FE04 VARIATION SELECTOR-5: not included in any glyphset definition
- U+FE05 VARIATION SELECTOR-6: not included in any glyphset definition
- U+FE06 VARIATION SELECTOR-7: not included in any glyphset definition
- U+FE07 VARIATION SELECTOR-8: not included in any glyphset definition
- U+FE08 VARIATION SELECTOR-9: not included in any glyphset definition
- U+FE09 VARIATION SELECTOR-10: not included in any glyphset definition
- U+FE0A VARIATION SELECTOR-11: not included in any glyphset definition
- U+FE0B VARIATION SELECTOR-12: not included in any glyphset definition
- U+FE0C VARIATION SELECTOR-13: not included in any glyphset definition
- U+FE0D VARIATION SELECTOR-14: not included in any glyphset definition
- U+FE0E VARIATION SELECTOR-15: not included in any glyphset definition
- U+FE0F VARIATION SELECTOR-16: not included in any glyphset definition
- U+FFFC OBJECT REPLACEMENT CHARACTER: not included in any glyphset definition
Or you can add the above codepoints to one of the subsets supported by the font:
[code: unreachable-subsetting]devanagari
,latin
,latin-ext
,math
,menu
,symbols
Glyphset Checks
💥💥Shapes languages in all GF glyphsets.
💥 AnnapurnaSIL-Bold.ttf
-
💥 ERROR
Failed with ModuleNotFoundError: No module named 'shaperglot.checker'
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/vendorspecific/googlefonts/glyphsets/shape_languages.py", line 19, in check_glyphsets_shape_languages from shaperglot.checker import Checker
💥 AnnapurnaSIL-Regular.ttf
-
💥 ERROR
Failed with ModuleNotFoundError: No module named 'shaperglot.checker'
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/vendorspecific/googlefonts/glyphsets/shape_languages.py", line 19, in check_glyphsets_shape_languages from shaperglot.checker import Checker
Description Checks
🔥⚠️⚠️⚠️ℹ️ℹ️ℹ️ℹ️DESCRIPTION.en_us.html should end in a linebreak.
⚠️ METADATA.pb
-
⚠️ WARN
The last characther on DESCRIPTION.en_us.html is not a line-break. Please add it.
[code: missing-eof-linebreak]
On a family update, the DESCRIPTION.en_us.html file should ideally also be updated.
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
The DESCRIPTION.en_us.html file in this family has not changed in comparison to the latest font release on the google/fonts github repo. Please consider mentioning note-worthy improvements made to the family recently.
[code: description-not-updated]
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
The DESCRIPTION.en_us.html file in this family has not changed in comparison to the latest font release on the google/fonts github repo. Please consider mentioning note-worthy improvements made to the family recently.
[code: description-not-updated]
DESCRIPTION.en_us.html must have more than 200 bytes.
🔥 METADATA.pb
-
🔥 FAIL
DESCRIPTION.en_us.html must have size larger than 200 bytes.
[code: too-short]
Name table checks
🔥🔥Name table entries should not contain line-breaks.
🔥 AnnapurnaSIL-Bold.ttf
-
🔥 FAIL
Name entry LICENSE_DESCRIPTION on platform WINDOWS contains a line-break.
[code: line-break]
🔥 AnnapurnaSIL-Regular.ttf
-
🔥 FAIL
Name entry LICENSE_DESCRIPTION on platform WINDOWS contains a line-break.
[code: line-break]
Licensing Checks
🔥🔥🔥🔥⚠️⚠️⚠️⚠️⏩⏩Copyright notices match canonical pattern in fonts
🔥 AnnapurnaSIL-Bold.ttf
-
🔥 FAIL
Name Table entry: Copyright notices should match a pattern similar to:
"Copyright 2020 The Familyname Project Authors (git url)"
But instead we have got:
"Copyright (c) 2007-2023 by SIL International"
[code: bad-notice-format] -
🔥 FAIL
METADATA.pb: Copyright notices should match a pattern similar to:
"Copyright 2020 The Familyname Project Authors (git url)"
But instead we have got:
"Copyright (c) 2007-2023 by SIL International"
[code: bad-notice-format]
🔥 AnnapurnaSIL-Regular.ttf
-
🔥 FAIL
Name Table entry: Copyright notices should match a pattern similar to:
"Copyright 2020 The Familyname Project Authors (git url)"
But instead we have got:
"Copyright (c) 2007-2023 by SIL International"
[code: bad-notice-format] -
🔥 FAIL
METADATA.pb: Copyright notices should match a pattern similar to:
"Copyright 2020 The Familyname Project Authors (git url)"
But instead we have got:
"Copyright (c) 2007-2023 by SIL International"
[code: bad-notice-format]
Check OFL body text is correct.
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
The OFL.txt body text is incorrect. Please use https://github.com/googlefonts/Unified-Font-Repository/blob/main/OFL.txt as a template. You should only modify the first line.
Lines changed:
+ with Reserved Font Names "Annapurna" and "SIL".\n
[code: incorrect-ofl-body-text]
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
The OFL.txt body text is incorrect. Please use https://github.com/googlefonts/Unified-Font-Repository/blob/main/OFL.txt as a template. You should only modify the first line.
Lines changed:
+ with Reserved Font Names "Annapurna" and "SIL".\n
[code: incorrect-ofl-body-text]
Check license file has good copyright string.
🔥 AnnapurnaSIL-Bold.ttf
-
🔥 FAIL
First line in license file is:
"copyright (c) 2007-2023, sil international (https://www.sil.org/)"
which does not match the expected format, similar to:
"Copyright 2022 The Familyname Project Authors (git url)"
[code: bad-format]
🔥 AnnapurnaSIL-Regular.ttf
-
🔥 FAIL
First line in license file is:
"copyright (c) 2007-2023, sil international (https://www.sil.org/)"
which does not match the expected format, similar to:
"Copyright 2022 The Familyname Project Authors (git url)"
[code: bad-format]
Check copyright namerecords match license file.
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
Please consider updating the url from 'https://scripts.sil.org/OFL' to 'https://openfontlicense.org'.
[code: old-url]
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
Please consider updating the url from 'https://scripts.sil.org/OFL' to 'https://openfontlicense.org'.
[code: old-url]
Shaping Checks
💥💥💥💥⏩⏩⏩⏩⏩⏩Ensure dotted circle glyph is present and can attach marks.
💥 AnnapurnaSIL-Bold.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/dotted_circle.py", line 78, in check_dotted_circle iterate_lookup_list_with_extensions(ttFont, "GPOS", find_mark_base, attachments) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/utils.py", line 521, in iterate_lookup_list_with_extensions ttFont = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
💥 AnnapurnaSIL-Regular.ttf
-
💥 ERROR
Failed with TypeError: cannot pickle 'generator' object
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/dotted_circle.py", line 78, in check_dotted_circle iterate_lookup_list_with_extensions(ttFont, "GPOS", find_mark_base, attachments) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/utils.py", line 521, in iterate_lookup_list_with_extensions ttFont = deepcopy(ttFont) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 163, in deepcopy y = _reconstruct(x, memo, *rv) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 260, in _reconstruct state = deepcopy(state, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 222, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 137, in deepcopy y = copier(x, memo) File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 197, in _deepcopy_list append(deepcopy(a, memo)) ~~~~~~~~^^^^^^^^^ File "/usr/local/Cellar/python@3.13/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/copy.py", line 152, in deepcopy rv = reductor(4)
Ensure soft_dotted characters lose their dot when combined with marks that replace the dot.
💥 AnnapurnaSIL-Bold.ttf
-
💥 ERROR
Failed with ModuleNotFoundError: No module named 'shaperglot.checker'
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/soft_dotted.py", line 144, in check_soft_dotted from shaperglot.checker import Checker
💥 AnnapurnaSIL-Regular.ttf
-
💥 ERROR
Failed with ModuleNotFoundError: No module named 'shaperglot.checker'
[code: failed-check]File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checkrunner.py", line 222, in _run_check subresults = list(subresults) File "/Users/simon/work/gf-dashboard/venv/lib/python3.13/site-packages/fontbakery/checks/soft_dotted.py", line 144, in check_soft_dotted from shaperglot.checker import Checker
Outline Checks
⚠️⚠️⚠️⚠️⚠️Are there any misaligned on-curve points?
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
The following glyphs have on-curve points which have potentially incorrect y coordinates:
[code: found-misalignments]* question (U+003F): X=503.0,Y=1436.0 (should be at cap-height 1434?) * f (U+0066): X=418.0,Y=1025.0 (should be at x-height 1024?) * Ydieresis (U+0178): X=837.0,Y=1435.0 (should be at cap-height 1434?) * ogonek (U+02DB): X=251.0,Y=1.0 (should be at baseline 0?) * uni0901 (U+0901): X=-466.5,Y=1432.5 (should be at cap-height 1434?) * uni0915094D0915: X=987.5,Y=0.5 (should be at baseline 0?) * uni0915094D0915: X=180.0,Y=-1.5 (should be at baseline 0?) * uni0915094D0915.alt: X=1381.0,Y=-1.5 (should be at baseline 0?) * uni0919093E090109300948: X=1410.0,Y=1939.5 (should be at ascender 1939?) * uni0919093E090109300948: X=1504.0,Y=1939.5 (should be at ascender 1939?) * uni0919094D0915: X=1151.0,Y=2.0 (should be at baseline 0?) * uni0919094D0915.alt: X=1089.0,Y=0.5 (should be at baseline 0?) * uni091A093C: X=548.0,Y=0.5 (should be at baseline 0?) * uni091A093C: X=454.0,Y=0.5 (should be at baseline 0?) * uni091A093C094D.half: X=754.0,Y=0.5 (should be at baseline 0?) * uni091A093C094D.half: X=660.0,Y=0.5 (should be at baseline 0?) * uni091D093C094D.half: X=429.0,Y=1.0 (should be at baseline 0?) * uni091D093C094D0930: X=382.0,Y=-1.5 (should be at baseline 0?) * uni091D093C094D0930: X=475.5,Y=-1.5 (should be at baseline 0?) * uni091D093C094D0930094D.half: X=382.0,Y=-1.5 (should be at baseline 0?) * uni091D093C094D0930094D.half: X=475.5,Y=-1.5 (should be at baseline 0?) * uni0920093C094D0930: X=218.5,Y=2.0 (should be at baseline 0?) * uni0920093C094D0930: X=415.5,Y=2.0 (should be at baseline 0?) * uni0924093C: X=266.5,Y=1.0 (should be at baseline 0?) * uni0924093C: X=69.5,Y=1.0 (should be at baseline 0?) * uni0924093C094D.half: X=266.5,Y=1.0 (should be at baseline 0?) * uni0924093C094D.half: X=69.5,Y=1.0 (should be at baseline 0?) * uni0924093C094D0930.alt: X=266.5,Y=0.5 (should be at baseline 0?) * uni0924093C094D0930.alt: X=69.5,Y=0.5 (should be at baseline 0?) * uni0924093C094D0930094D.half.alt: X=266.5,Y=0.5 (should be at baseline 0?) * uni0924093C094D0930094D.half.alt: X=69.5,Y=0.5 (should be at baseline 0?) * uni0925093C: X=763.5,Y=1.0 (should be at baseline 0?) * uni0925093C: X=566.5,Y=1.0 (should be at baseline 0?) * uni0925093C094D.half: X=763.5,Y=1.0 (should be at baseline 0?) * uni0925093C094D.half: X=566.5,Y=1.0 (should be at baseline 0?) * uni0926093C094D.half: X=356.0,Y=0.5 (should be at baseline 0?) * uni0926093C094D.half: X=262.0,Y=0.5 (should be at baseline 0?) * uni0932094D0932.alt: X=600.0,Y=2.0 (should be at baseline 0?) * uni0937094D091F: X=999.5,Y=1.5 (should be at baseline 0?) * uni0940.width20: X=-605.5,Y=1433.0 (should be at cap-height 1434?) * uni0940.width20: X=-440.0,Y=1435.0 (should be at cap-height 1434?) * uni09400930094D.width20: X=-605.5,Y=1433.0 (should be at cap-height 1434?) * uni09400930094D.width20: X=-440.0,Y=1435.0 (should be at cap-height 1434?) * uni09400930094D0901.width20: X=-605.5,Y=1433.0 (should be at cap-height 1434?) * uni09400930094D0901.width20: X=-440.0,Y=1435.0 (should be at cap-height 1434?) * uni09400930094D0902.width20: X=-605.5,Y=1433.0 (should be at cap-height 1434?) * uni09400930094D0902.width20: X=-440.0,Y=1435.0 (should be at cap-height 1434?) * uni0940093C.width20: X=-605.5,Y=1433.0 (should be at cap-height 1434?) * uni0940093C.width20: X=-440.0,Y=1435.0 (should be at cap-height 1434?) * uni0943093C: X=-308.0,Y=-986.0 (should be at descender -984?) * uni0947093C.alt: X=-961.5,Y=1432.0 (should be at cap-height 1434?) * uni0947093C.alt: X=-1158.5,Y=1432.0 (should be at cap-height 1434?) * uni094F (U+094F): X=-343.5,Y=1432.0 (should be at cap-height 1434?) * uni0958 (U+0958): X=539.0,Y=2.0 (should be at baseline 0?) * uni0958094D.half: X=539.0,Y=2.0 (should be at baseline 0?) * uni0975 (U+0975): X=1313.5,Y=1432.0 (should be at cap-height 1434?) * uni20A8 (U+20A8): X=945.0,Y=1.5 (should be at baseline 0?) * uniA8EA (U+A8EA): X=-185.0,Y=1938.0 (should be at ascender 1939?) * uniA8EC (U+A8EC): X=-463.0,Y=1938.0 (should be at ascender 1939?) * uniA8ED (U+A8ED): X=-185.0,Y=1938.0 (should be at ascender 1939?) * uniA8EE (U+A8EE): X=-186.0,Y=1938.0 (should be at ascender 1939?) * uniA8F0 (U+A8F0): X=-889.0,Y=1938.0 (should be at ascender 1939?) * uniA8F0 (U+A8F0): X=-186.0,Y=1938.0 (should be at ascender 1939?) * uniA8F1 (U+A8F1): X=-323.0,Y=1940.0 (should be at ascender 1939?) * uniA8FE (U+A8FE): X=194.5,Y=1432.0 (should be at cap-height 1434?) * uniA8FF (U+A8FF): X=-890.5,Y=1432.0 (should be at cap-height 1434?) * quotedblright (U+201D): X=493.0,Y=1433.5 (should be at cap-height 1434?) * uni2078 (U+2078): X=354.0,Y=1435.0 (should be at cap-height 1434?) * uni2079 (U+2079): X=341.0,Y=1433.0 (should be at cap-height 1434?)
Do outlines contain any jaggy segments?
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
The following glyphs have jaggy segments:
[code: found-jaggy-segments]* B (U+0042): B<<841.0,718.5>-<798.0,703.0>-<776.0,698.0>>/B<<776.0,698.0>-<827.0,697.0>-<885.0,684.0>> = 13.927568779362165 * LoopRightOpen: B<<35.5,521.0>-<7.0,471.0>-<0.0,432.0>>/L<<0.0,432.0>--<0.0,695.0>> = 10.175510843043194 * braceleft (U+007B): B<<408.0,618.0>-<344.0,598.0>-<303.0,598.0>>/B<<303.0,598.0>-<344.0,597.0>-<408.0,576.5>> = 1.397181027296108 * braceright (U+007D): B<<606.5,576.5>-<671.0,597.0>-<711.0,598.0>>/B<<711.0,598.0>-<671.0,598.0>-<606.5,617.5>> = 1.4320961841645452 * three (U+0033): B<<712.0,706.0>-<662.0,693.0>-<643.0,691.0>>/B<<643.0,691.0>-<657.0,691.0>-<697.5,686.0>> = 6.009005957494474 * threequarters (U+00BE): B<<462.0,984.0>-<429.0,976.0>-<417.0,974.0>>/B<<417.0,974.0>-<429.0,974.0>-<466.0,969.0>> = 9.462322208025613 * threesuperior (U+00B3): B<<456.5,984.0>-<424.0,976.0>-<411.0,974.0>>/B<<411.0,974.0>-<423.0,974.0>-<460.0,969.0>> = 8.746162262555211 * uni0915 (U+0915): L<<909.0,624.0>--<902.0,632.0>>/B<<902.0,632.0>-<927.0,595.0>-<948.0,569.0>> = 7.139987809107909 * uni0915094D.half: L<<909.0,624.0>--<902.0,632.0>>/B<<902.0,632.0>-<927.0,595.0>-<948.0,569.0>> = 7.139987809107909 * uni0915094D0915.alt: L<<832.0,247.0>--<825.0,253.0>>/B<<825.0,253.0>-<850.0,223.0>-<867.0,206.0>> = 9.593134262730356 * uni0915094D0915.alt: L<<832.0,812.0>--<825.0,818.0>>/B<<825.0,818.0>-<850.0,788.0>-<867.0,771.0>> = 9.593134262730356 * uni0915094D0915: L<<832.0,20.0>--<825.0,28.0>>/B<<825.0,28.0>-<836.0,12.0>-<847.0,-3.0>> = 6.677402178041252 * uni0915094D0915: L<<832.0,746.0>--<825.0,754.0>>/B<<825.0,754.0>-<836.0,738.0>-<847.0,723.0>> = 6.677402178041252 * uni0915094D0930094D.half: L<<909.0,624.0>--<902.0,632.0>>/B<<902.0,632.0>-<927.0,595.0>-<948.0,569.0>> = 7.139987809107909 * uni0915094D0930: L<<909.0,624.0>--<902.0,632.0>>/B<<902.0,632.0>-<927.0,595.0>-<948.0,569.0>> = 7.139987809107909 * uni0916 (U+0916): L<<1429.0,624.0>--<1422.0,632.0>>/B<<1422.0,632.0>-<1447.0,595.0>-<1468.0,569.0>> = 7.139987809107909 * uni0916094D0930: L<<1429.0,624.0>--<1422.0,632.0>>/B<<1422.0,632.0>-<1447.0,595.0>-<1468.0,569.0>> = 7.139987809107909 * uni0919094D0915.alt: L<<761.0,201.0>--<755.0,208.0>>/B<<755.0,208.0>-<765.0,195.0>-<774.5,182.0>> = 3.032702616176968 * uni0919094D0915: L<<761.0,-36.0>--<755.0,-29.0>>/B<<755.0,-29.0>-<776.0,-59.0>-<792.0,-80.0>> = 5.6092744464457684 * uni0919094D0916.alt: L<<914.0,160.0>--<910.0,164.0>>/B<<910.0,164.0>-<917.0,154.0>-<923.5,145.0>> = 10.00797980144135 * uni0919094D0916: L<<914.0,-41.0>--<910.0,-37.0>>/B<<910.0,-37.0>-<917.0,-47.0>-<923.5,-56.0>> = 10.00797980144135 * uni0919094D092F094D0930094D.half: B<<2434.0,525.0>-<2489.0,590.0>-<2501.0,671.0>>/L<<2501.0,671.0>--<2501.0,299.0>> = 8.426969021480678 * uni0919094D095F094D0930094D.half: B<<2434.0,525.0>-<2489.0,590.0>-<2501.0,671.0>>/L<<2501.0,671.0>--<2501.0,299.0>> = 8.426969021480678 * uni091A093C094D.half: B<<1004.0,632.5>-<1054.0,694.0>-<1067.0,762.0>>/L<<1067.0,762.0>--<1067.0,409.0>> = 10.823011226207075 * uni091A093C094D0930094D.half: B<<1004.0,632.5>-<1054.0,694.0>-<1067.0,762.0>>/L<<1067.0,762.0>--<1067.0,409.0>> = 10.823011226207075 * uni091A094D.half: B<<1004.0,632.5>-<1054.0,694.0>-<1067.0,762.0>>/L<<1067.0,762.0>--<1067.0,409.0>> = 10.823011226207075 * uni091A094D0930094D.half: B<<1004.0,632.5>-<1054.0,694.0>-<1067.0,762.0>>/L<<1067.0,762.0>--<1067.0,409.0>> = 10.823011226207075 * uni091B094D092F094D0930094D.half: B<<2613.0,525.0>-<2668.0,590.0>-<2680.0,671.0>>/L<<2680.0,671.0>--<2680.0,299.0>> = 8.426969021480678 * uni091B094D095F094D0930094D.half: B<<2613.0,525.0>-<2668.0,590.0>-<2680.0,671.0>>/L<<2680.0,671.0>--<2680.0,299.0>> = 8.426969021480678 * uni091F094D092F094D0930094D.half: B<<2165.0,525.0>-<2220.0,590.0>-<2232.0,671.0>>/L<<2232.0,671.0>--<2232.0,299.0>> = 8.426969021480678 * uni091F094D095F094D0930094D.half: B<<2165.0,525.0>-<2220.0,590.0>-<2232.0,671.0>>/L<<2232.0,671.0>--<2232.0,299.0>> = 8.426969021480678 * uni0920094D092F094D0930094D.half: B<<2382.0,525.0>-<2437.0,590.0>-<2449.0,671.0>>/L<<2449.0,671.0>--<2449.0,299.0>> = 8.426969021480678 * uni0920094D095F094D0930094D.half: B<<2382.0,525.0>-<2437.0,590.0>-<2449.0,671.0>>/L<<2449.0,671.0>--<2449.0,299.0>> = 8.426969021480678 * uni0921094D092F094D0930094D.half: B<<2395.0,525.0>-<2450.0,590.0>-<2462.0,671.0>>/L<<2462.0,671.0>--<2462.0,299.0>> = 8.426969021480678 * uni0921094D095F094D0930094D.half: B<<2395.0,525.0>-<2450.0,590.0>-<2462.0,671.0>>/L<<2462.0,671.0>--<2462.0,299.0>> = 8.426969021480678 * uni0922094D092F094D0930094D.half: B<<2354.0,525.0>-<2409.0,590.0>-<2421.0,671.0>>/L<<2421.0,671.0>--<2421.0,299.0>> = 8.426969021480678 * uni0922094D095F094D0930094D.half: B<<2354.0,525.0>-<2409.0,590.0>-<2421.0,671.0>>/L<<2421.0,671.0>--<2421.0,299.0>> = 8.426969021480678 * uni0925093C094D.half: B<<978.0,645.5>-<1041.0,731.0>-<1058.0,827.0>>/L<<1058.0,827.0>--<1058.0,431.0>> = 10.04202363552949 * uni0925093C094D0930094D.half: B<<978.0,645.5>-<1041.0,731.0>-<1058.0,827.0>>/L<<1058.0,827.0>--<1058.0,431.0>> = 10.04202363552949 * uni0925094D.half: B<<978.0,645.5>-<1041.0,731.0>-<1058.0,827.0>>/L<<1058.0,827.0>--<1058.0,431.0>> = 10.04202363552949 * uni0925094D0930094D.half: B<<978.0,645.5>-<1041.0,731.0>-<1058.0,827.0>>/L<<1058.0,827.0>--<1058.0,431.0>> = 10.04202363552949 * uni0926094D092F094D0930094D.half: B<<2167.0,525.0>-<2222.0,590.0>-<2234.0,671.0>>/L<<2234.0,671.0>--<2234.0,299.0>> = 8.426969021480678 * uni0926094D095F094D0930094D.half: B<<2167.0,525.0>-<2222.0,590.0>-<2234.0,671.0>>/L<<2234.0,671.0>--<2234.0,299.0>> = 8.426969021480678 * uni092A093C094D.half: B<<723.5,668.5>-<812.0,749.0>-<837.0,871.0>>/L<<837.0,871.0>--<837.0,528.0>> = 11.5806191822281 * uni092A093C094D0930094D.half: B<<723.5,668.5>-<812.0,749.0>-<837.0,871.0>>/L<<837.0,871.0>--<837.0,528.0>> = 11.5806191822281 * uni092A094D.half: B<<723.5,668.5>-<812.0,749.0>-<837.0,871.0>>/L<<837.0,871.0>--<837.0,528.0>> = 11.5806191822281 * uni092A094D0930094D.half: B<<723.5,668.5>-<812.0,749.0>-<837.0,871.0>>/L<<837.0,871.0>--<837.0,528.0>> = 11.5806191822281 * uni0938093C094D0930: B<<412.5,482.5>-<415.0,477.0>-<417.0,472.0>>/L<<417.0,472.0>--<408.0,493.0>> = 1.3971810272963687 * uni0938093C094D0930: L<<417.0,472.0>--<408.0,493.0>>/B<<408.0,493.0>-<410.0,488.0>-<412.5,482.5>> = 1.3971810272963687 * uni0939094D092F094D0930094D.half: B<<2173.0,525.0>-<2228.0,590.0>-<2240.0,671.0>>/L<<2240.0,671.0>--<2240.0,299.0>> = 8.426969021480678 * uni0939094D095F094D0930094D.half: B<<2173.0,525.0>-<2228.0,590.0>-<2240.0,671.0>>/L<<2240.0,671.0>--<2240.0,299.0>> = 8.426969021480678 * uni0958 (U+0958): L<<909.0,624.0>--<902.0,632.0>>/B<<902.0,632.0>-<927.0,595.0>-<948.0,569.0>> = 7.139987809107909 * uni0958094D.half: L<<909.0,624.0>--<902.0,632.0>>/B<<902.0,632.0>-<927.0,595.0>-<948.0,569.0>> = 7.139987809107909 * uni0958094D0930094D.half: L<<909.0,624.0>--<902.0,632.0>>/B<<902.0,632.0>-<927.0,595.0>-<948.0,569.0>> = 7.139987809107909 * uni0958094D0930: L<<909.0,624.0>--<902.0,632.0>>/B<<902.0,632.0>-<927.0,595.0>-<948.0,569.0>> = 7.139987809107909 * uni0959 (U+0959): L<<1429.0,624.0>--<1422.0,632.0>>/B<<1422.0,632.0>-<1447.0,595.0>-<1468.0,569.0>> = 7.139987809107909 * uni0959094D0930: L<<1429.0,624.0>--<1422.0,632.0>>/B<<1422.0,632.0>-<1447.0,595.0>-<1468.0,569.0>> = 7.139987809107909 * uniA8EC (U+A8EC): L<<-508.0,2262.0>--<-512.0,2266.0>>/B<<-512.0,2266.0>-<-499.0,2247.0>-<-489.0,2235.0>> = 10.61965527615514
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
The following glyphs have jaggy segments:
[code: found-jaggy-segments]* B (U+0042): B<<967.0,980.0>-<967.0,763.0>-<702.0,696.0>>/B<<702.0,696.0>-<843.0,696.0>-<934.0,632.0>> = 14.188760710649744 * LoopRightOpen: B<<35.5,521.0>-<7.0,471.0>-<0.0,432.0>>/L<<0.0,432.0>--<0.0,695.0>> = 10.175510843043194 * uni0905.archaic: B<<882.0,609.5>-<958.0,688.0>-<969.0,815.0>>/L<<969.0,815.0>--<972.0,538.0>> = 5.570779882125752 * uni0906.archaic: B<<882.0,609.5>-<958.0,688.0>-<969.0,815.0>>/L<<969.0,815.0>--<972.0,538.0>> = 5.570779882125752 * uni0913.archaic: B<<882.0,609.5>-<958.0,688.0>-<969.0,815.0>>/L<<969.0,815.0>--<972.0,538.0>> = 5.570779882125752 * uni0914.archaic: B<<882.0,609.5>-<958.0,688.0>-<969.0,815.0>>/L<<969.0,815.0>--<972.0,538.0>> = 5.570779882125752 * uni0915 (U+0915): B<<971.5,531.0>-<943.0,481.0>-<936.0,442.0>>/L<<936.0,442.0>--<936.0,705.0>> = 10.175510843043194 * uni0915094D.half: B<<971.5,531.0>-<943.0,481.0>-<936.0,442.0>>/L<<936.0,442.0>--<936.0,705.0>> = 10.175510843043194 * uni0915094D0915.alt: B<<916.0,176.5>-<874.0,121.0>-<866.0,79.0>>/L<<866.0,79.0>--<866.0,291.0>> = 10.784297867562596 * uni0915094D0915.alt: B<<916.0,736.5>-<874.0,681.0>-<866.0,639.0>>/L<<866.0,639.0>--<866.0,851.0>> = 10.784297867562596 * uni0915094D0915: B<<898.0,-41.5>-<872.0,-86.0>-<866.0,-121.0>>/L<<866.0,-121.0>--<866.0,115.0>> = 9.727578551401587 * uni0915094D0915: B<<898.0,658.5>-<872.0,614.0>-<866.0,579.0>>/L<<866.0,579.0>--<866.0,815.0>> = 9.727578551401587 * uni0915094D0924: B<<1101.5,631.0>-<1073.0,581.0>-<1066.0,542.0>>/L<<1066.0,542.0>--<1066.0,805.0>> = 10.175510843043194 * uni0915094D0930.alt: B<<960.5,601.0>-<932.0,551.0>-<925.0,512.0>>/L<<925.0,512.0>--<925.0,775.0>> = 10.175510843043194 * uni0915094D0930094D.half.alt: B<<971.5,612.0>-<943.0,562.0>-<936.0,523.0>>/L<<936.0,523.0>--<936.0,786.0>> = 10.175510843043194 * uni0915094D0930094D.half: B<<971.5,531.0>-<943.0,481.0>-<936.0,442.0>>/L<<936.0,442.0>--<936.0,705.0>> = 10.175510843043194 * uni0915094D0930: B<<971.5,531.0>-<943.0,481.0>-<936.0,442.0>>/L<<936.0,442.0>--<936.0,705.0>> = 10.175510843043194 * uni0918 (U+0918): B<<912.0,614.5>-<956.0,675.0>-<960.0,739.0>>/L<<960.0,739.0>--<960.0,471.0>> = 3.576334374997269 * uni0918093C094D0930: B<<912.0,614.5>-<956.0,675.0>-<960.0,739.0>>/L<<960.0,739.0>--<960.0,471.0>> = 3.576334374997269 * uni0918093C: B<<912.0,614.5>-<956.0,675.0>-<960.0,739.0>>/L<<960.0,739.0>--<960.0,471.0>> = 3.576334374997269 * uni0918094D0930: B<<912.0,614.5>-<956.0,675.0>-<960.0,739.0>>/L<<960.0,739.0>--<960.0,471.0>> = 3.576334374997269 * uni0919094D0915.alt: B<<854.0,146.5>-<812.0,91.0>-<804.0,49.0>>/L<<804.0,49.0>--<804.0,261.0>> = 10.784297867562596 * uni0919094D0915: B<<847.5,-87.5>-<810.0,-142.0>-<803.0,-184.0>>/L<<803.0,-184.0>--<803.0,26.0>> = 9.462322208025613 * uni0919094D0918.alt: B<<810.5,220.5>-<843.0,261.0>-<846.0,304.0>>/L<<846.0,304.0>--<846.0,124.0>> = 3.9909130984297856 * uni0919094D0918: B<<810.5,12.0>-<843.0,57.0>-<846.0,105.0>>/L<<846.0,105.0>--<846.0,-95.0>> = 3.576334374997269 * uni091D.alt: B<<1171.5,493.0>-<1143.0,443.0>-<1136.0,404.0>>/L<<1136.0,404.0>--<1136.0,667.0>> = 10.175510843043194 * uni091D093C.alt: B<<1171.5,493.0>-<1143.0,443.0>-<1136.0,404.0>>/L<<1136.0,404.0>--<1136.0,667.0>> = 10.175510843043194 * uni091D093C094D.half.alt: B<<1171.5,493.0>-<1143.0,443.0>-<1136.0,404.0>>/L<<1136.0,404.0>--<1136.0,667.0>> = 10.175510843043194 * uni091D093C094D0930.alt: B<<1171.5,493.0>-<1143.0,443.0>-<1136.0,404.0>>/L<<1136.0,404.0>--<1136.0,667.0>> = 10.175510843043194 * uni091D093C094D0930094D.half.alt: B<<1171.5,493.0>-<1143.0,443.0>-<1136.0,404.0>>/L<<1136.0,404.0>--<1136.0,667.0>> = 10.175510843043194 * uni091D094D.half.alt: B<<1171.5,493.0>-<1143.0,443.0>-<1136.0,404.0>>/L<<1136.0,404.0>--<1136.0,667.0>> = 10.175510843043194 * uni091D094D0930.alt: B<<1171.5,493.0>-<1143.0,443.0>-<1136.0,404.0>>/L<<1136.0,404.0>--<1136.0,667.0>> = 10.175510843043194 * uni091D094D0930094D.half.alt: B<<1171.5,493.0>-<1143.0,443.0>-<1136.0,404.0>>/L<<1136.0,404.0>--<1136.0,667.0>> = 10.175510843043194 * uni0925 (U+0925): B<<971.0,599.0>-<1033.0,681.0>-<1058.0,792.0>>/L<<1058.0,792.0>--<1058.0,474.0>> = 12.692665545117865 * uni0925093C094D.half: B<<971.0,599.0>-<1033.0,681.0>-<1058.0,792.0>>/L<<1058.0,792.0>--<1058.0,474.0>> = 12.692665545117865 * uni0925093C094D0930094D.half: B<<971.0,599.0>-<1033.0,681.0>-<1058.0,792.0>>/L<<1058.0,792.0>--<1058.0,474.0>> = 12.692665545117865 * uni0925093C094D0930: B<<971.0,599.0>-<1033.0,681.0>-<1058.0,792.0>>/L<<1058.0,792.0>--<1058.0,474.0>> = 12.692665545117865 * uni0925093C: B<<971.0,599.0>-<1033.0,681.0>-<1058.0,792.0>>/L<<1058.0,792.0>--<1058.0,474.0>> = 12.692665545117865 * uni0925094D.half: B<<971.0,599.0>-<1033.0,681.0>-<1058.0,792.0>>/L<<1058.0,792.0>--<1058.0,474.0>> = 12.692665545117865 * uni0925094D0930094D.half: B<<971.0,599.0>-<1033.0,681.0>-<1058.0,792.0>>/L<<1058.0,792.0>--<1058.0,474.0>> = 12.692665545117865 * uni0925094D0930: B<<971.0,599.0>-<1033.0,681.0>-<1058.0,792.0>>/L<<1058.0,792.0>--<1058.0,474.0>> = 12.692665545117865 * uni092A (U+092A): B<<739.0,639.5>-<815.0,718.0>-<826.0,845.0>>/L<<826.0,845.0>--<829.0,568.0>> = 5.570779882125752 * uni092A093C094D.half: B<<744.5,639.5>-<826.0,718.0>-<837.0,845.0>>/L<<837.0,845.0>--<837.0,568.0>> = 4.950272234291761 * uni092A093C094D0930094D.half: B<<744.5,639.5>-<826.0,718.0>-<837.0,845.0>>/L<<837.0,845.0>--<837.0,568.0>> = 4.950272234291761 * uni092A093C094D0930: B<<739.0,639.5>-<815.0,718.0>-<826.0,845.0>>/L<<826.0,845.0>--<829.0,568.0>> = 5.570779882125752 * uni092A093C: B<<739.0,639.5>-<815.0,718.0>-<826.0,845.0>>/L<<826.0,845.0>--<829.0,568.0>> = 5.570779882125752 * uni092A094D.half: B<<744.5,639.5>-<826.0,718.0>-<837.0,845.0>>/L<<837.0,845.0>--<837.0,568.0>> = 4.950272234291761 * uni092A094D0924: B<<767.0,733.5>-<843.0,812.0>-<854.0,939.0>>/L<<854.0,939.0>--<857.0,662.0>> = 5.570779882125752 * uni092A094D0930094D.half: B<<744.5,639.5>-<826.0,718.0>-<837.0,845.0>>/L<<837.0,845.0>--<837.0,568.0>> = 4.950272234291761 * uni092A094D0930: B<<739.0,639.5>-<815.0,718.0>-<826.0,845.0>>/L<<826.0,845.0>--<829.0,568.0>> = 5.570779882125752 * uni092B (U+092B): B<<852.5,543.0>-<824.0,493.0>-<817.0,454.0>>/L<<817.0,454.0>--<817.0,717.0>> = 10.175510843043194 * uni092B094D.half: B<<852.5,553.0>-<824.0,503.0>-<817.0,464.0>>/L<<817.0,464.0>--<817.0,727.0>> = 10.175510843043194 * uni092B094D0930094D.half: B<<852.5,553.0>-<824.0,503.0>-<817.0,464.0>>/L<<817.0,464.0>--<817.0,727.0>> = 10.175510843043194 * uni092B094D0930: B<<852.5,543.0>-<824.0,493.0>-<817.0,454.0>>/L<<817.0,454.0>--<817.0,717.0>> = 10.175510843043194 * uni0958 (U+0958): B<<971.5,531.0>-<943.0,481.0>-<936.0,442.0>>/L<<936.0,442.0>--<936.0,705.0>> = 10.175510843043194 * uni0958094D.half: B<<971.5,531.0>-<943.0,481.0>-<936.0,442.0>>/L<<936.0,442.0>--<936.0,705.0>> = 10.175510843043194 * uni0958094D0930.alt: B<<960.5,601.0>-<932.0,551.0>-<925.0,512.0>>/L<<925.0,512.0>--<925.0,775.0>> = 10.175510843043194 * uni0958094D0930094D.half.alt: B<<971.5,612.0>-<943.0,562.0>-<936.0,523.0>>/L<<936.0,523.0>--<936.0,786.0>> = 10.175510843043194 * uni0958094D0930094D.half: B<<971.5,531.0>-<943.0,481.0>-<936.0,442.0>>/L<<936.0,442.0>--<936.0,705.0>> = 10.175510843043194 * uni0958094D0930: B<<971.5,531.0>-<943.0,481.0>-<936.0,442.0>>/L<<936.0,442.0>--<936.0,705.0>> = 10.175510843043194 * uni095E (U+095E): B<<852.5,543.0>-<824.0,493.0>-<817.0,454.0>>/L<<817.0,454.0>--<817.0,717.0>> = 10.175510843043194 * uni095E094D.half: B<<852.5,553.0>-<824.0,503.0>-<817.0,464.0>>/L<<817.0,464.0>--<817.0,727.0>> = 10.175510843043194 * uni095E094D0930094D.half: B<<852.5,553.0>-<824.0,503.0>-<817.0,464.0>>/L<<817.0,464.0>--<817.0,727.0>> = 10.175510843043194 * uni095E094D0930: B<<852.5,543.0>-<824.0,493.0>-<817.0,454.0>>/L<<817.0,454.0>--<817.0,717.0>> = 10.175510843043194 * uni096B.alt: B<<711.5,741.0>-<800.0,800.0>-<828.0,907.0>>/L<<828.0,907.0>--<797.0,658.0>> = 7.567767321835672 * uniA8EC (U+A8EC): B<<-466.5,2231.5>-<-490.0,2197.0>-<-495.0,2171.0>>/L<<-495.0,2171.0>--<-495.0,2303.0>> = 10.885527054658743 * uniA8EE (U+A8EE): B<<-309.0,2270.0>-<-271.0,2309.0>-<-265.0,2373.0>>/L<<-265.0,2373.0>--<-263.0,2234.0>> = 6.180167863700274
Do outlines contain any semi-vertical or semi-horizontal lines?
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
The following glyphs have semi-vertical/semi-horizontal lines:
[code: found-semi-vertical]* asterisk (U+002A): L<<417.0,974.0>--<177.0,972.0>> * asterisk (U+002A): L<<742.0,972.0>--<505.0,974.0>> * uni0907 (U+0907): L<<880.0,1229.0>--<879.0,852.0>> * uni0907093C: L<<880.0,1229.0>--<879.0,852.0>> * uni0908 (U+0908): L<<880.0,1229.0>--<879.0,852.0>> * uni09080901: L<<880.0,1229.0>--<879.0,852.0>> * uni09080902: L<<880.0,1229.0>--<879.0,852.0>> * uni0908093C: L<<880.0,1229.0>--<879.0,852.0>> * uni0915094D0915.alt: L<<742.0,-94.0>--<743.0,846.0>> * uni0915094D0915: L<<742.0,-416.0>--<743.0,846.0>> * uni0919 (U+0919): L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919093C094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919093C094D0930: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919093C: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919093E090109300948: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D0915.alt: L<<1008.0,1247.0>--<1007.0,989.0>> * uni0919094D0915: L<<1007.0,1272.0>--<1006.0,970.0>> * uni0919094D0916.alt: L<<928.0,1236.0>--<927.0,978.0>> * uni0919094D0916: L<<928.0,1272.0>--<927.0,970.0>> * uni0919094D0917.alt: L<<848.0,1236.0>--<847.0,978.0>> * uni0919094D0917: L<<848.0,1272.0>--<847.0,970.0>> * uni0919094D0918.alt: L<<844.0,1236.0>--<843.0,978.0>> * uni0919094D0918: L<<848.0,1272.0>--<847.0,970.0>> * uni0919094D0919.alt: L<<844.0,1236.0>--<843.0,978.0>> * uni0919094D0919.alt: L<<844.0,566.0>--<843.0,308.0>> * uni0919094D0919094D092F094D.half: L<<848.0,1253.0>--<847.0,966.0>> * uni0919094D0919094D092F094D.half: L<<848.0,414.0>--<847.0,127.0>> * uni0919094D0919094D092F094D0930: L<<2254.0,84.0>--<2255.0,1346.0>> * uni0919094D0919094D092F094D0930: L<<848.0,1253.0>--<847.0,966.0>> * uni0919094D0919094D092F094D0930: L<<848.0,414.0>--<847.0,127.0>> * uni0919094D0919094D092F: L<<2254.0,84.0>--<2255.0,1346.0>> * uni0919094D0919094D092F: L<<848.0,1253.0>--<847.0,966.0>> * uni0919094D0919094D092F: L<<848.0,414.0>--<847.0,127.0>> * uni0919094D0919094D095F094D.half: L<<848.0,1253.0>--<847.0,966.0>> * uni0919094D0919094D095F094D.half: L<<848.0,414.0>--<847.0,127.0>> * uni0919094D0919094D095F094D0930: L<<2254.0,84.0>--<2255.0,1346.0>> * uni0919094D0919094D095F094D0930: L<<848.0,1253.0>--<847.0,966.0>> * uni0919094D0919094D095F094D0930: L<<848.0,414.0>--<847.0,127.0>> * uni0919094D0919094D095F: L<<2254.0,84.0>--<2255.0,1346.0>> * uni0919094D0919094D095F: L<<848.0,1253.0>--<847.0,966.0>> * uni0919094D0919094D095F: L<<848.0,414.0>--<847.0,127.0>> * uni0919094D0919: L<<848.0,1253.0>--<847.0,966.0>> * uni0919094D0919: L<<848.0,414.0>--<847.0,127.0>> * uni0919094D092F094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D092F094D0930094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D092F094D0930: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D092F094D0930: L<<2498.0,84.0>--<2499.0,1346.0>> * uni0919094D092F: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D092F: L<<2498.0,84.0>--<2499.0,1346.0>> * uni0919094D0930: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D0939.alt: L<<844.0,1236.0>--<843.0,978.0>> * uni0919094D0939: L<<844.0,1253.0>--<843.0,966.0>> * uni0919094D095F094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D095F094D0930094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D095F094D0930: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D095F094D0930: L<<2498.0,84.0>--<2499.0,1346.0>> * uni0919094D095F: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0919094D095F: L<<2498.0,84.0>--<2499.0,1346.0>> * uni091B094D092F094D0930: L<<2675.0,84.0>--<2676.0,1346.0>> * uni091B094D092F: L<<2675.0,84.0>--<2676.0,1346.0>> * uni091B094D095F094D0930: L<<2675.0,84.0>--<2676.0,1346.0>> * uni091B094D095F: L<<2675.0,84.0>--<2676.0,1346.0>> * uni091C094D091E094D0930: L<<900.0,84.0>--<899.0,1346.0>> * uni091C094D091E: L<<900.0,84.0>--<899.0,1346.0>> * uni091D (U+091D): L<<1174.0,711.0>--<1175.0,530.0>> * uni091D (U+091D): L<<854.0,1229.0>--<853.0,852.0>> * uni091D093C094D.half: L<<1174.0,711.0>--<1175.0,530.0>> * uni091D093C094D.half: L<<854.0,1229.0>--<853.0,852.0>> * uni091D093C094D0930094D.half: L<<1174.0,711.0>--<1175.0,530.0>> * uni091D093C094D0930: L<<1135.0,722.0>--<1136.0,550.0>> * uni091D093C: L<<1174.0,711.0>--<1175.0,530.0>> * uni091D093C: L<<854.0,1229.0>--<853.0,852.0>> * uni091D094D.half: L<<1174.0,711.0>--<1175.0,530.0>> * uni091D094D.half: L<<854.0,1229.0>--<853.0,852.0>> * uni091D094D0930094D.half: L<<1174.0,711.0>--<1175.0,530.0>> * uni091D094D0930: L<<1135.0,722.0>--<1136.0,550.0>> * uni091F (U+091F): L<<892.0,1229.0>--<893.0,752.0>> * uni091F093C094D.half: L<<892.0,1229.0>--<893.0,752.0>> * uni091F093C094D0930: L<<892.0,1229.0>--<893.0,752.0>> * uni091F093C: L<<892.0,1229.0>--<893.0,752.0>> * uni091F094D.half: L<<892.0,1229.0>--<893.0,752.0>> * uni091F094D0920.alt: L<<629.0,613.0>--<771.0,612.0>> * uni091F094D0920: L<<629.0,481.0>--<771.0,480.0>> * uni091F094D092F094D.half: L<<942.0,1229.0>--<943.0,752.0>> * uni091F094D092F094D0930094D.half: L<<942.0,1229.0>--<943.0,752.0>> * uni091F094D092F094D0930: L<<2229.0,84.0>--<2230.0,1346.0>> * uni091F094D092F094D0930: L<<942.0,1229.0>--<943.0,752.0>> * uni091F094D092F: L<<2229.0,84.0>--<2230.0,1346.0>> * uni091F094D092F: L<<942.0,1229.0>--<943.0,752.0>> * uni091F094D0930: L<<892.0,1229.0>--<893.0,752.0>> * uni091F094D095F094D.half: L<<942.0,1229.0>--<943.0,752.0>> * uni091F094D095F094D0930094D.half: L<<942.0,1229.0>--<943.0,752.0>> * uni091F094D095F094D0930: L<<2229.0,84.0>--<2230.0,1346.0>> * uni091F094D095F094D0930: L<<942.0,1229.0>--<943.0,752.0>> * uni091F094D095F: L<<2229.0,84.0>--<2230.0,1346.0>> * uni091F094D095F: L<<942.0,1229.0>--<943.0,752.0>> * uni0920094D0920.alt: L<<629.0,1290.0>--<771.0,1289.0>> * uni0920094D0920.alt: L<<629.0,563.0>--<771.0,562.0>> * uni0920094D0920: L<<629.0,1301.0>--<771.0,1300.0>> * uni0920094D0920: L<<629.0,481.0>--<771.0,480.0>> * uni0920094D092F094D0930: L<<2446.0,84.0>--<2447.0,1346.0>> * uni0920094D092F: L<<2446.0,84.0>--<2447.0,1346.0>> * uni0920094D095F094D0930: L<<2446.0,84.0>--<2447.0,1346.0>> * uni0920094D095F: L<<2446.0,84.0>--<2447.0,1346.0>> * uni0921 (U+0921): L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D0921.alt: L<<844.0,1236.0>--<843.0,978.0>> * uni0921094D0921.alt: L<<844.0,554.0>--<843.0,296.0>> * uni0921094D0921: L<<842.0,1269.0>--<841.0,973.0>> * uni0921094D0921: L<<842.0,435.0>--<841.0,139.0>> * uni0921094D092F094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D092F094D0930094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D092F094D0930: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D092F094D0930: L<<2459.0,84.0>--<2460.0,1346.0>> * uni0921094D092F: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D092F: L<<2459.0,84.0>--<2460.0,1346.0>> * uni0921094D0930: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D095F094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D095F094D0930094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D095F094D0930: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D095F094D0930: L<<2459.0,84.0>--<2460.0,1346.0>> * uni0921094D095F: L<<1030.0,1229.0>--<1029.0,852.0>> * uni0921094D095F: L<<2459.0,84.0>--<2460.0,1346.0>> * uni0922094D092F094D0930: L<<2416.0,84.0>--<2417.0,1346.0>> * uni0922094D092F: L<<2416.0,84.0>--<2417.0,1346.0>> * uni0922094D095F094D0930: L<<2416.0,84.0>--<2417.0,1346.0>> * uni0922094D095F: L<<2416.0,84.0>--<2417.0,1346.0>> * uni0923 (U+0923): L<<1026.0,84.0>--<1025.0,1326.0>> * uni0923093C094D0930: L<<1026.0,84.0>--<1025.0,1346.0>> * uni0923093C: L<<1026.0,84.0>--<1025.0,1326.0>> * uni0923094D0930: L<<1026.0,84.0>--<1025.0,1346.0>> * uni0924 (U+0924): L<<825.0,84.0>--<824.0,1326.0>> * uni0924093C094D0930.alt: L<<825.0,84.0>--<824.0,1326.0>> * uni0924093C: L<<825.0,84.0>--<824.0,1326.0>> * uni0924094D0930.alt: L<<825.0,84.0>--<824.0,1326.0>> * uni0926 (U+0926): L<<758.0,1256.0>--<945.0,1255.0>> * uni0926093C094D.half: L<<758.0,1256.0>--<945.0,1255.0>> * uni0926093C: L<<758.0,1256.0>--<945.0,1255.0>> * uni0926094D.half: L<<758.0,1256.0>--<945.0,1255.0>> * uni0926094D092E: L<<1296.0,84.0>--<1295.0,1346.0>> * uni0926094D092F.alt: L<<2231.0,84.0>--<2232.0,1346.0>> * uni0926094D092F.alt: L<<758.0,1256.0>--<945.0,1255.0>> * uni0926094D092F094D.half: L<<758.0,1256.0>--<945.0,1255.0>> * uni0926094D092F094D0930094D.half: L<<758.0,1256.0>--<945.0,1255.0>> * uni0926094D092F094D0930: L<<2231.0,84.0>--<2232.0,1346.0>> * uni0926094D092F094D0930: L<<758.0,1256.0>--<945.0,1255.0>> * uni0926094D0930: L<<758.0,1257.0>--<945.0,1258.0>> * uni0926094D095F094D.half: L<<758.0,1256.0>--<945.0,1255.0>> * uni0926094D095F094D0930094D.half: L<<758.0,1256.0>--<945.0,1255.0>> * uni0926094D095F094D0930: L<<2231.0,84.0>--<2232.0,1346.0>> * uni0926094D095F094D0930: L<<758.0,1256.0>--<945.0,1255.0>> * uni0926094D095F: L<<2231.0,84.0>--<2232.0,1346.0>> * uni0926094D095F: L<<758.0,1256.0>--<945.0,1255.0>> * uni0927 (U+0927): L<<1122.0,84.0>--<1121.0,1326.0>> * uni0927093C094D0930: L<<1122.0,84.0>--<1121.0,1326.0>> * uni0927093C: L<<1122.0,84.0>--<1121.0,1326.0>> * uni0927094D0930: L<<1122.0,84.0>--<1121.0,1326.0>> * uni0928094D0930: L<<925.0,1346.0>--<926.0,-25.0>> * uni0929094D0930: L<<925.0,1346.0>--<926.0,-25.0>> * uni092A (U+092A): L<<795.0,84.0>--<796.0,1326.0>> * uni092A093C094D0930: L<<795.0,84.0>--<796.0,1346.0>> * uni092A093C: L<<795.0,84.0>--<796.0,1326.0>> * uni092A094D0930: L<<795.0,84.0>--<796.0,1346.0>> * uni092D (U+092D): L<<962.0,84.0>--<963.0,1336.0>> * uni092D093C094D0930: L<<962.0,84.0>--<963.0,1346.0>> * uni092D093C: L<<962.0,84.0>--<963.0,1336.0>> * uni092D094D0930: L<<962.0,84.0>--<963.0,1346.0>> * uni092F.alt: L<<1102.0,84.0>--<1103.0,1346.0>> * uni092F094D0930.alt: L<<1102.0,84.0>--<1103.0,1346.0>> * uni0930094D200C092F.alt: L<<1970.0,84.0>--<1971.0,1346.0>> * uni0930094D200C092F094D0930.alt: L<<1970.0,84.0>--<1971.0,1346.0>> * uni0930094D200C095F.alt: L<<1970.0,84.0>--<1971.0,1346.0>> * uni0930094D200C095F094D0930.alt: L<<1970.0,84.0>--<1971.0,1346.0>> * uni0937 (U+0937): L<<795.0,84.0>--<796.0,1346.0>> * uni0937093C094D0930: L<<795.0,84.0>--<796.0,1346.0>> * uni0937093C: L<<795.0,84.0>--<796.0,1346.0>> * uni0937094D0930: L<<795.0,84.0>--<796.0,1346.0>> * uni0938093C094D.half: L<<1095.0,818.0>--<1094.0,531.0>> * uni0938094D.half: L<<1095.0,818.0>--<1094.0,531.0>> * uni09390943: L<<763.0,1246.0>--<950.0,1245.0>> * uni0939094D0928: L<<763.0,1246.0>--<950.0,1245.0>> * uni0939094D092E: L<<1102.0,380.0>--<917.0,381.0>> * uni0939094D092E: L<<1453.0,84.0>--<1452.0,1346.0>> * uni0939094D092E: L<<763.0,1246.0>--<950.0,1245.0>> * uni0939094D092F.alt: L<<2236.0,84.0>--<2237.0,1346.0>> * uni0939094D092F094D0930: L<<2236.0,84.0>--<2237.0,1346.0>> * uni0939094D0932: L<<763.0,1246.0>--<950.0,1245.0>> * uni0939094D0935: L<<763.0,1246.0>--<950.0,1245.0>> * uni0939094D095F094D0930: L<<2236.0,84.0>--<2237.0,1346.0>> * uni0939094D095F: L<<2236.0,84.0>--<2237.0,1346.0>> * uni095C (U+095C): L<<1030.0,1229.0>--<1029.0,852.0>> * uni095C094D.half: L<<1030.0,1229.0>--<1029.0,852.0>> * uni095C094D0930: L<<1030.0,1229.0>--<1029.0,852.0>> * uni095F.alt: L<<1102.0,84.0>--<1103.0,1346.0>> * uni095F094D0930.alt: L<<1102.0,84.0>--<1103.0,1346.0>> * uni097B (U+097B): L<<870.0,84.0>--<871.0,1346.0>> * uni097B093C094D.half: L<<734.0,158.0>--<735.0,-26.0>> * uni097B093C094D0930094D.half: L<<830.0,158.0>--<831.0,-26.0>> * uni097B093C094D0930: L<<870.0,84.0>--<871.0,1346.0>> * uni097B093C: L<<870.0,84.0>--<871.0,1346.0>> * uni097B094D.half: L<<734.0,158.0>--<735.0,-26.0>> * uni097B094D0930094D.half: L<<830.0,158.0>--<831.0,-26.0>> * uni097B094D0930: L<<870.0,84.0>--<871.0,1346.0>> * uni097C093C094D.half: L<<1126.0,158.0>--<1127.0,-26.0>> * uni097C093C094D0930094D.half: L<<1226.0,158.0>--<1227.0,-26.0>> * uni097C093C094D0930: L<<1091.0,84.0>--<1090.0,1346.0>> * uni097C094D.half: L<<1126.0,158.0>--<1127.0,-26.0>> * uni097C094D0930094D.half: L<<1226.0,158.0>--<1227.0,-26.0>> * uni097C094D0930: L<<1091.0,84.0>--<1090.0,1346.0>> * uni097E (U+097E): L<<1020.0,1208.0>--<1019.0,839.0>> * uni097E093C094D.half: L<<1020.0,1208.0>--<1019.0,839.0>> * uni097E093C094D0930: L<<990.0,1178.0>--<989.0,839.0>> * uni097E093C: L<<1020.0,1208.0>--<1019.0,839.0>> * uni097E094D.half: L<<1020.0,1208.0>--<1019.0,839.0>> * uni097E094D0930: L<<1020.0,1208.0>--<1019.0,839.0>> * uni097F093C094D.half: L<<1154.0,158.0>--<1155.0,-26.0>> * uni097F093C094D0930094D.half: L<<1154.0,158.0>--<1155.0,-26.0>> * uni097F094D.half: L<<1154.0,158.0>--<1155.0,-26.0>> * uni097F094D0930094D.half: L<<1154.0,158.0>--<1155.0,-26.0>>
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
The following glyphs have semi-vertical/semi-horizontal lines:
[code: found-semi-vertical]* uni0917094D.half: L<<344.0,752.0>--<345.0,1234.0>> * uni0917094D0930: L<<344.0,752.0>--<345.0,1234.0>> * uni091F (U+091F): L<<866.0,1203.0>--<867.0,780.0>> * uni091F093C094D.half: L<<866.0,1203.0>--<867.0,780.0>> * uni091F093C094D0930: L<<866.0,1203.0>--<867.0,780.0>> * uni091F093C: L<<866.0,1203.0>--<867.0,780.0>> * uni091F094D.half: L<<866.0,1203.0>--<867.0,780.0>> * uni091F094D092F094D.half: L<<916.0,1203.0>--<917.0,780.0>> * uni091F094D092F094D0930094D.half: L<<916.0,1203.0>--<917.0,780.0>> * uni091F094D092F094D0930: L<<916.0,1203.0>--<917.0,780.0>> * uni091F094D092F: L<<916.0,1203.0>--<917.0,780.0>> * uni091F094D0930: L<<866.0,1203.0>--<867.0,780.0>> * uni091F094D095F094D.half: L<<916.0,1203.0>--<917.0,780.0>> * uni091F094D095F094D0930094D.half: L<<916.0,1203.0>--<917.0,780.0>> * uni091F094D095F094D0930: L<<916.0,1203.0>--<917.0,780.0>> * uni091F094D095F: L<<916.0,1203.0>--<917.0,780.0>> * uni095A094D.half: L<<344.0,752.0>--<345.0,1234.0>> * uni095A094D0930: L<<344.0,752.0>--<345.0,1234.0>>
Font File Checks
⚠️⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️ℹ️ℹ️ℹ️Check font names are correct
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
Regular missing from full name
[code: lacks-regular]
Ensure fonts have ScriptLangTags declared on the 'meta' table.
⚠️ AnnapurnaSIL-Bold.ttf
-
⚠️ WARN
This font file does not have a 'meta' table.
[code: lacks-meta-table]
⚠️ AnnapurnaSIL-Regular.ttf
-
⚠️ WARN
This font file does not have a 'meta' table.
[code: lacks-meta-table]