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

Inconsistent zero in proportional numbers & small caps #263

Open
jessestricker opened this issue Sep 20, 2023 · 2 comments
Open

Inconsistent zero in proportional numbers & small caps #263

jessestricker opened this issue Sep 20, 2023 · 2 comments
Labels

Comments

@jessestricker
Copy link

The zero is misaligned when using both proportional numbers and small caps.

The following LaTeX code (with fontspec)

{                                                  1234567890 \scshape 1234567890} \\
{\addfontfeatures{Numbers={OldStyle             }} 1234567890 \scshape 1234567890} \\
{\addfontfeatures{Numbers={         Proportional}} 1234567890 \scshape 1234567890} \\
{\addfontfeatures{Numbers={OldStyle,Proportional}} 1234567890 \scshape 1234567890} \\

produces the following output:
grafik

You can see the misaligned zero in the third row, second column.

@jessestricker jessestricker changed the title Incorrect zero in proportional numbers & small caps Inconsistent zero in proportional numbers & small caps Sep 20, 2023
@kenmcd
Copy link

kenmcd commented Sep 20, 2023

Also affects the Oldstyle Proportional (line 4 above).

2023-09-20_12-27-39

@pauldhunt pauldhunt added the bug label Sep 27, 2023
@pauldhunt
Copy link
Contributor

@jessestricker I will look into this. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants