https://bugzilla.redhat.com/show_bug.cgi?id=2334719



--- Comment #5 from Akira TAGOH <ta...@redhat.com> ---
Noto ships several versions of fonts in an archive and we package it in the
order of:

- hinted fonts if they have
- unhinted otherwise

They also have "full" build fonts which means:

<quote>
We also (based on a configuration file) use UFO merging to add subsets of Noto
Sans, Noto Serif or Noto Sans Devanagari into the sources to produce a "full"
build of the font.
</quote>

Based on that, let's see:
$ hb-info full/ttf/NotoSansHebrew-Regular.ttf | grep -E "Glyph|Version"         
Version: Version 3.001; ttfautohint (v1.8.4.7-5d5b)
Glyph count: 470
$ hb-info hinted/ttf/NotoSansHebrew-Regular.ttf| grep -E "Glyph|Version"
Version: Version 3.001; ttfautohint (v1.8.4.7-5d5b)
Glyph count: 151
$ hb-info unhinted/ttf/NotoSansHebrew-Regular.ttf| grep -E "Glyph|Version"
Version: Version 3.001
Glyph count: 151

For the downloaded fonts at
https://fonts.google.com/noto/specimen/Noto+Sans+Hebrew
$ hb-info ~/Downloads/Noto_Sans_Hebrew/static/NotoSansHebrew-Regular.ttf| grep
-E "Glyph|Version"
Version: Version 3.001
Glyph count: 470

It looks like the unhinted full build font.  According to the explanation about
the build, the full build fonts just contains duplicate glyphs and it can be
covered by Noto Sans.  Do we really need it in Noto Sans Hebrew?


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2334719

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202334719%23c5

-- 
_______________________________________________
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/fonts-bugs@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to