We are in the progress of deprecating this repository. Each Noto script now has its own repository; please file issues there instead. The issue reporter page at https://notofonts.github.io/reporter.html will direct you to the appropriate repository.
If your issue is about the Noto project in general or the distribution of Noto fonts, please continue to fill in the report below.
Should be brief but contain essential information.
Full file name, for example 'NotoSansArmenian-Regular.ttf'. You can upload the problem font here unless it is a Chinese, Japanese or Korean font (these are large).
For example: Site: https://noto-website-2.storage.googleapis.com/pkgs/NotoSansArmenian-hinted.zip Date: 2017-04-10 (preferred format)
- Mac - right mouse click on a font and try Preview to see version info.
- Win -- right mouse click on a font (Local Disc > Windows > Fonts) and see version info on Properties.
- Linux -- use (Gnome) Font Viewer: open a font and click on Info tab.
This is especially important if the font came pre-installed.
If the issue is observed using a specific app.
Summarize the issue briefly -- one paragraph preferred
- Steps to reproduce
- Observed results
- Expected results
- Additional information
Unicode chart, technical specs, shaping info, comparison with non-Noto fonts, comparison with earlier version of the same font (regression cases)
Please include real character data to illustrate your issue-- Unicode codepoints are helpful. This makes it possible for developers who don't know the language or script to copy/paste the text to reproduce the issue.
If possible, include a screenshot or an image illustrating the issue. Annotations are also helpful.
Useful tools for reporting bugs are available at: https://github.com/googlei18n/
These are part of the HarfBuzz distribution and can help isolate if an issue is in the app/OS, shaping engine, or font.
- hb-view renders the text with the exact font (for example, to see how ligatured characters shape) using your installed version of HarfBuzz.
For example:
hb-view --font-file {path to font} --text-file {path to text file} --output-file '{sample}.png'
- hb-shape shows glyph selection and positioning
- Fontview displays the text.
- Fontdiff displays the text using two versions of the font side by side.