Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ineffective lookups for Greek letters in phonetic notation #110

Closed
dscorbett opened this issue Nov 1, 2019 · 1 comment
Closed

Ineffective lookups for Greek letters in phonetic notation #110

dscorbett opened this issue Nov 1, 2019 · 1 comment

Comments

@dscorbett
Copy link

Font

NotoSans-Regular.ttf
NotoSansMono-Regular.ttf
NotoSerif-Regular.ttf

Where the font came from, and when

Site: https://github.com/googlefonts/noto-fonts/blob/4cdde035fd5138d6653a2176ba728b5b6f8cc533/phaseIII_only/hinted/ttf/NotoSans/NotoSans-Regular.ttf
Site: https://github.com/googlefonts/noto-fonts/blob/4cdde035fd5138d6653a2176ba728b5b6f8cc533/phaseIII_only/hinted/ttf/NotoSansMono/NotoSansMono-Regular.ttf
Site: https://github.com/googlefonts/noto-fonts/blob/4cdde035fd5138d6653a2176ba728b5b6f8cc533/phaseIII_only/hinted/ttf/NotoSerif/NotoSerif-Regular.ttf
Date: 2019-11-01

Font version

Version 2.003; ttfautohint (v1.8.2)

Issue

Each of these fonts has two 'locl' lookups substituting beta and chi with forms designed for phonetic notation. They have no effect: the lookups are applied for the script tag 'latn' but only apply to Greek characters. While it is possible to override the script tag (e.g. by setting the language to und-fonipa-x-hbsclatn in HarfBuzz) I don’t think any itemizer does so by default.

@moyogo
Copy link
Contributor

moyogo commented Mar 31, 2021

This currently works with hb-shape but not in browsers for example.

A resolution would be to add the locl lookup to script grek.

@moyogo moyogo closed this as completed Mar 31, 2021
@moyogo moyogo reopened this Mar 31, 2021
@simoncozens simoncozens transferred this issue from notofonts/noto-fonts Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants