Welcome to Atalasoft Community Sign in | Join | Help

Browse by Tags

All Tags » windows win32 C# programming   (RSS)
Sorry, but there are no more tags available to filter with.

Getting the fonts folder

Here's how to get the fonts folder on a windows system incorrectly : string fontPath = Environment.GetFolderPath(Environment.SpecialFolder.System) + "\Fonts"; It looks so terse and tempting - the SpecialFolder enum takes you all the way there except for