I'm using C# to get the exact path of the system's fonts folder. Couldn't find which class/dll does it.
string fontsfolder = System.Environment.GetFolderPath(
System.Environment.SpecialFolder.Fonts);
Note that the Fonts folder in the SpecialFolder enumeration is only available in .Net 4 and beyond.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With