You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
lettimes=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?
The text was updated successfully, but these errors were encountered:
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:
the result only holds two font files; times.ttf and timesbd.ttf.
Why doesn't the other two files appear as well?
The text was updated successfully, but these errors were encountered: