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

findFontsSync not returning all fonts in family #44

Open
shaehn opened this issue Dec 28, 2019 · 0 comments
Open

findFontsSync not returning all fonts in family #44

shaehn opened this issue Dec 28, 2019 · 0 comments

Comments

@shaehn
Copy link

shaehn commented Dec 28, 2019

On my Windows 10 system, I have 4 font files in the Times New Roman family; times.ttf, timesbd.ttf, timesbi.ttf, timesi.ttf. When I make the following call:

let times = fm.findFontsSync({ family: 'Times New Roman' });

the result only holds two font files; times.ttf and timesbd.ttf.

Why doesn't the other two files appear as well?

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

1 participant