question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

False FAIL in com.google.fonts/check/glyph_coverage

See original GitHub issue

(NOTE: If your issue is related to a specific check, please consider mentioning its check-id on the issue title.)

Observed behaviour

The attached font fails with:

$ fontbakery check-googlefonts -c com.google.fonts/check/glyph_coverage NotoSansBuhid-Regular.ttf
     FAIL Missing required codepoints:
...
          │ - 0x00AF (MACRON)                                                  │
...

Expected behaviour

The font contains a macron so should not fail.

$ hb-shape NotoSansBuhid-Regular.ttf -u 0x00AF
[overscore=0+500]

Resources and exact process needed to replicate

NotoSansBuhid-Regular.ttf.gz

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
simoncozenscommented, Jun 22, 2022

I don’t think we should require a production name, at least for this check; the check is about “glyph coverage” and “required codepoints”, and the font supports that codepoint. Maybe a production names check could be a different check?

0reactions
m4rc1ecommented, Jul 22, 2022

This should be solved now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues - GitHub
It seems that the glyph coverage check doesn't recognise it. 🔥 FAIL: Check Google Fonts glyph coverage.
Read more >
googlefonts — Font Bakery 0.7.34 documentation
This check currently does not cover variable fonts because there's plenty of alternative ways of constructing glyphs with multiple outlines for each feature...
Read more >
Fontbakery Check Report
Check if each glyph has the recommended amount of contours. Check ID: <FontBakeryCheck:com.google.fonts/check/contour_count>.
Read more >
Noto Home - Google Fonts
Fonts for all languages. Noto is a collection of high-quality fonts with multiple weights and widths in sans, serif, mono, and other styles....
Read more >
https://raw.githubusercontent.com/googlefonts/font...
(PR #3866) - **[com.google.fonts/check/linegaps]:** Fixed crash by checking ... glyphs (PR #3807) - **[com.google.fonts/check/name/rfn]:** Do not FAIL if an ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found