Closed jonz94 closed 2 years ago
For example, if the font named Lato:Regular has installed, when running demo.js from this repository by the following command in PowerShell:
Lato:Regular
PS> node demo.js | Select-String 'Lato:'
Nothing will be print out. The Lato:Regular font is missing from the font list.
But if I directory execute the fonts.vbs script, the Lato:Regular will show up:
So maybe the issue is from the getByPowerShell.js
For example, if the font named
Lato:Regular
has installed, when running demo.js from this repository by the following command in PowerShell:Nothing will be print out. The
Lato:Regular
font is missing from the font list.