.Net Core get system fonts directory in Linux

Viewed 20

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

0 Answers
Related