This code seems work only in windows environment:
var systemFontsPath = Environment.GetFolderPath(Environment.SpecialFolder.Fonts);
But how to retreive it in Linux? With this code i get an empty string
This code seems work only in windows environment:
var systemFontsPath = Environment.GetFolderPath(Environment.SpecialFolder.Fonts);
But how to retreive it in Linux? With this code i get an empty string