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.
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?