-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Defect Report
Noto fonts can be obtained from https://notofonts.github.io/
If you find a problem with a released font, then please use this template to file a defect report.
Before filing your report, please check if the issue has been fixed in the latest development build. You can get development builds by finding the font family on https://notofonts.github.io/ and following the link to "Development builds".
Title
Should be brief but contain essential information.
Font
*NotoSansDevanagari-Regular.otf
*NotoSerifDevanagari-Regular.otf
Where the font came from, and when
For example:
Site: https://noto-website-2.storage.googleapis.com/pkgs/NotoSansArmenian-hinted.zip
Date: 2017-04-10 (preferred format)
Font Version
- 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.
OS name and version
Fedora Linux 42 (Workstation Edition)
Application name and version
Version: 25.2.6.2 (X86_64)
Build ID: 520(Build:2)
CPU threads: 4; OS: Linux 6.17; UI render: default; VCL: gtk3
Locale: es-AR (es_AR.UTF-8); UI: es-ES
Calc: threaded
Issue
Nepali language prefers a localized form for Devanagari Digit One (१, U+0967) in which the right bar is fully vertical, rather than the zigzagged shape of that character used in other languages using the Devanagari script such as Hindi or Marathi. See the results of the Typotheque Devanagari survey for more information (the right form is the preferred for Nepali):
An example of attestation of the preferred form of Devanagari Digit One (१, U+0967) is shown at the obverse of the NPR 1 coin:
Steps to reproduce:
- Open LibreOffice 25.2.6.2
- Set font to Noto Sans Devanagari or Noto Serif Devanagari
- Set document language to Nepali
- Insert Devanagari Digit One (१, U+0967) to your document
Observed results
Devanagari Digit One (१, U+0967) shows the generic form of that character
Expected results
Devanagari Digit One (१, U+0967) should show the Nepali localized form of that character
Additional information
See the results of the Typotheque Devanagari survey for more information (the right form is the preferred for Nepali):
An example of attestation of the preferred form of Devanagari Digit One (१, U+0967) is shown at the obverse of the NPR 1 coin:
Character data
DEVANAGARI DIGIT ONE (१, U+0967)
Screenshot
If possible, include a screenshot or an image illustrating the issue.
Annotations are also helpful.
Tools for reporting bugs
Harfbuzz hb-view and hb-shape
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
- Fontview displays the text.
Fontdiff
- Fontdiff displays the text using two versions of the font side by side.